Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Answers by luislodosm
User luislodosm
Recent activity
All questions
All answers
User luislodosm
Recent activity
All questions
All answers
0
votes
How to do export dropdown lists in Godot 4 (For strings, and for exporting enum lists)
answered
Dec 18, 2022
in
Engine
+2
votes
How to show a big space to write a string?
answered
Dec 18, 2022
in
Engine
string
variable
space
0
votes
Avoid Cyclic References with PackedScenes?
answered
May 25, 2021
in
Engine
cyclic-dependency
packedscene
+4
votes
Is already being loaded. Cyclic reference?
answered
May 21, 2021
in
Engine
error
cyclic-dependency
gdscript
script
unload
0
votes
How to check if a scene exists?
answered
May 21, 2021
in
Engine
0
votes
How to change project settings with code
answered
May 21, 2021
in
Engine
0
votes
Ignore Collision for certain bodies
answered
May 15, 2021
in
Engine
+1
vote
How to print/show a custom Error
answered
May 15, 2021
in
Engine
print
error
write
alert
+1
vote
How to get a node by mouse click?
answered
May 11, 2021
in
Engine
gdscript
nodes
mouse
+1
vote
is OS.get_screen_size() = get the native screen resolution ?
answered
Apr 25, 2021
in
Engine
+1
vote
Create instance of custom class
answered
Apr 8, 2021
in
Engine
gdscript
instance
object
inherit
0
votes
anyone know how to refresh the inspector panel in editor from gdscript? (it's solved)
answered
Mar 13, 2021
in
Engine
gdscript
inspector
0
votes
Canvas Layer and Input Events
answered
Mar 2, 2021
in
Engine
canvaslayer
+5
votes
Creating an icon for a custom class in editor "Create Node Menu"
answered
Nov 1, 2020
in
Engine
godot3-0
icon
addon
menu
custom
+4
votes
how to use has() in the array?
answered
Oct 24, 2020
in
Engine
gdscript
array
check
+5
votes
User signals with arguments
answered
Oct 18, 2020
in
Engine
gdscript
user-signal
best-practices
arguments
+1
vote
RigidBody2D inconsistent response to apply_impulse
answered
Oct 1, 2020
in
Engine
rigidbody2d
physics
physicsbody2d
+1
vote
What is idle_frame in get_tree()?
answered
Oct 1, 2020
in
Engine
gdscript
+7
votes
Easy way to get certain type of children ?
answered
Sep 29, 2020
in
Engine
engine
gdscript
nodes
children
programming
+3
votes
Unable to pick up mouse_entered signal when area2d is child of canvas layer?
answered
Aug 21, 2020
in
Engine
area2d
_mouse_enter
0
votes
How to properly reference a node?
answered
Jun 7, 2020
in
Engine
gdscript
script
godot3-0
reference
+9
votes
Reparent node at runtime
answered
Jun 3, 2020
in
Engine
videoplayer
gdscript
+2
votes
gdscript utility classes
answered
May 30, 2020
in
Engine
gdscript
+1
vote
Console Error unsupported format character
answered
May 25, 2020
in
Engine
console
debug
troubleshooting
+2
votes
Center the default viewport
answered
May 23, 2020
in
Engine
viewport
scene
play
+7
votes
How would i go about picking a random number?
answered
May 23, 2020
in
Engine
gdscript
random
+5
votes
How to get Area2D gravity point working?
answered
May 22, 2020
in
Engine
godot3
area2d
physics
–1
vote
How to Relative Velocity & Force of rigidbody2d in gdscript
answered
Apr 30, 2020
in
Engine
rigidbody2d
godot3-0
+6
votes
how to get the root parent from a child node.
answered
Apr 30, 2020
in
Engine
nodes
gdscript
hierarchy
variable
+2
votes
GDScript file naming convention?
answered
Apr 27, 2020
in
Engine
gdscript
0
votes
Wait until Animation is finished?
answered
Apr 15, 2020
in
Engine
animation
sequence
wait
pause
wait-until
+1
vote
Failed loading file 'My Game.wasm'
answered
Apr 12, 2020
in
Engine
godot3
error
server
file
html5
+3
votes
returns value but never used error.
answered
Apr 7, 2020
in
Engine
godot3-1
2d
error
+1
vote
is_on_floor() works unreliably - am I doing something wrong? (Godot 3.2.beta)
answered
Apr 6, 2020
in
Engine
3d-physics
kinematicbody
platformer
player-movements