Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Recent activity by The_Black_Chess_King
User The_Black_Chess_King
Recent activity
All questions
All answers
User The_Black_Chess_King
Recent activity
All questions
All answers
1
answer
How to tell Godot to import a .png file as atlas texture?
commented
Nov 10, 2021
in
Engine
2d
resources
import
texture
help
1
answer
change saturation for one channel color
commented
Oct 31, 2021
in
Engine
color
change
shader
tool
0
answers
My Save System is not working when exported
comment edited
Oct 31, 2021
in
Engine
export
exe
3
answers
How to do IF (a or b or c) == true?
answer selected
Oct 31, 2021
in
Engine
gdscript
godot3
logic
if
if-else
1
answer
Godot Engine just ignores "if instance != null"
answered
Aug 21, 2021
in
Engine
null-instance
null
if
1
answer
BOTH if/elif statement codes executed together (with variable) :(
commented
May 15, 2021
in
Engine
if-else
variable
inputevent
click
gdscript
0
answers
How to edit the values of a inspector exported string list?
commented
Mar 29, 2021
in
Engine
gdscript
export
inspector
help
gdscript-help
2
answers
How do I implement a 'Memory' for NPC's and Mobs?
answered
Mar 29, 2021
in
Engine
scene
2d
game-engine
2
answers
CSV to structured Dictionary
commented
Jan 31, 2021
in
Engine
gdscript
dictionary
inventory
csv
0
answers
Remove render jitter/artifacts from moving camera
commented
Nov 28, 2020
in
Engine
rendering
godot3
1
answer
How to store a reference to a add_Child() object? The function returns void.
comment edited
Nov 26, 2020
in
Engine
gdscript
add_child
reference
code
gdscript-help
1
answer
How to visualize beautiful RailGun's shot
commented
Nov 23, 2020
in
Engine
2d
graphics
effect
shader
0
answers
How to get light 2D position in shader?
commented
Nov 10, 2020
in
Engine
shader
light2d
godot3-0
graphics
2
answers
ScrollContainer autoscroll
commented
Oct 20, 2020
in
Engine
2
answers
Parent fuction yield/wait until child is _ready():
answer selected
Oct 19, 2020
in
Engine
gdscript
parent
_ready
null-instance
children
1
answer
How to use several spritesheets to animate a KinematicBody2D with an AnimationPlayer and AnimationTree
answered
Oct 13, 2020
in
Engine
animationtree
animationplayer
sprite
0
answers
How can we export a array into a dropdown list of choices for the editor?
asked
Oct 12, 2020
in
Engine
gdscript
array
singleton
export
editor
1
answer
How to edit points of a Polygon2D?
commented
Sep 23, 2020
in
Engine
gdscript
polygon2d
polygon
reference
0
answers
How to detect collisions with objects in instanced scenes?
commented
Sep 6, 2020
in
Engine
2
answers
How to get amount of specific chars/letters from a string? Like "Potato" has 2 "o".
answer selected
Sep 5, 2020
in
Engine
gdscript
character
string
detection
1
answer
preloaded script doesn't work, the property acessed is like a new object?
commented
Sep 3, 2020
in
Engine
gdscript
inheritance
extends
2
answers
Beginner's confusion about inheritance
commented
Sep 3, 2020
in
Engine
gdscript
inheritance
class
1
answer
(SOLVED) Dictionary error: Invalid set index 'TITLE' (on base: 'String') with value of type 'String'.
answered
May 16, 2020
in
Engine
gdscript
gdscript-help
dictionary
reference
1
answer
How to add a dictionary key?
comment edited
May 16, 2020
in
Engine
dictionary
gdscript
array
gdscript-help
1
answer
Smooth camara 2D
answered
May 14, 2020
in
Engine
gdscript
camera
godot3
1
answer
How to add code from _process(delta), from loaded scripts?
answer selected
May 11, 2020
in
Engine
godot3
load
process
script
1
answer
Why is get_visible_characters() does not count spaces? (but, possibly?) -Godot3.2.1 Stable
answered
May 6, 2020
in
Engine
gdscript
typewriter
label
character
1
answer
How to make a selection of next unit via arrow key relative to current selection?
commented
May 6, 2020
in
Engine
0
answers
Não consigo encontra a pasta de debug keystore
commented
May 5, 2020
in
Engine
erro
debug
keystore
1
answer
Setget exported string variable failing, and always returning to the default value. Why?
answer selected
Apr 1, 2020
in
Engine
gdscript
gdscript-help
tool
tool-mode
setget
3
answers
Directional "sun" light in a 2d game?
answered
Apr 1, 2020
in
Engine
light2d
light
directional
sun
sunlight
1
answer
Audio bus is silent, but spectrum analyser says otherwise
commented
Mar 31, 2020
in
Engine
audio
spectrum
gdscript
1
answer
Downscale sprites to improve perfomance in the Engine. Eg: 4096x4096 to 2048x2048.
answer selected
Mar 30, 2020
in
Engine
godot3
performance
sprite
resolution
optimization
0
answers
Can you expose a child property?
commented
Mar 30, 2020
in
Engine
gdscript
inspector
export
property
children
1
answer
What it is FuncRef/any examples?
answer selected
Mar 26, 2020
in
Engine
gdscript
godot3-2
function
reference
functioncall
2
answers
How can we make a node/node_path globally acessable?
commented
Mar 26, 2020
in
Engine
nodes
get_node
reference
gdscript
signal
1
answer
How to export a CollisionPolygon2D to inspector?
asked
Jan 20, 2020
in
Engine
gdscript
export
collisionpolygon2d
2
answers
GDScript math challenge, how to do inversely proportional quantities?
commented
Jan 20, 2020
in
Engine
gdscript
godot3-1
math
1
answer
2D pathfinding without using TileMap or Navigation2D since obstacles are free-moving RigidBody2Ds
commented
Jan 2, 2020
in
Engine
pathfinding
navigation2d
navigationpolygon
tilemap
astar
1
answer
If I program everything, will performane suffer?
answered
Jan 2, 2020
in
Engine
gdscript
1
answer
How we can use "Match" with "Input.is_action_pressed()"?
commented
Dec 26, 2019
in
Engine
gdscript
input
_input_event
match
if
2
answers
How do a child check if his parent exist?
commented
Dec 10, 2019
in
Engine
gdscript
parent-node
parent
godot3-1
0
answers
Cannot use $ to access object
comment edited
Dec 9, 2019
in
Engine
error
get_node
2
answers
Getting Invalid Operand 'Nil' in custom function which retrieves autoload variables, why?
commented
Dec 9, 2019
in
Engine
godot3-1
gdscript
nil
function
1
answer
How to change center of AtlasTexture region?
answered
Dec 8, 2019
in
Engine
3
answers
Can we connect a Signal without knowing the emitter Node?
commented
Dec 8, 2019
in
Engine
gdscript
godot3-0
signal
receiving-signals
1
answer
Player frame issue
answered
Dec 3, 2019
in
Engine
0
answers
How do you create a runner?
commented
Dec 3, 2019
in
Engine
godot3-1
runner
spawner
scene
1
answer
Enemy follows and attacks Player
answered
Dec 3, 2019
in
Engine
gdscript
enemy
target
godot3
-attack
1
answer
Why Area2D with just body_entered() in the script won't register anything?
answer selected
Nov 28, 2019
in
Engine
gdscript
godot3-1
collision
area2d