Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Questions by Calinou
User Calinou
Recent activity
All questions
All answers
User Calinou
Recent activity
All questions
All answers
+7
votes
2
answers
How do I export a clickable button to the inspector (for one-time actions)?
asked
Jan 19, 2021
in
Engine
editor
inspector
plugin
gdscript
+1
vote
1
answer
Changing the default font of a theme by code
asked
May 30, 2016
in
Engine
font
theme
+2
votes
1
answer
Handling multiple 3D levels created in Blender
asked
Mar 6, 2016
in
Engine
3d
texture
blender
level
+9
votes
1
answer
How do I split an "if" statement over several lines?
asked
Feb 23, 2016
in
Engine
gdscript
if
+4
votes
1
answer
How do I translate text by code?
asked
Feb 22, 2016
in
Engine
gdscript
localization
+6
votes
1
answer
Ignoring key repeats/echos in input handling
asked
Feb 22, 2016
in
Engine
gdscript
input
+2
votes
3
answers
_process(delta) or _fixed_process(delta) for intensive computations?
asked
Feb 22, 2016
in
Engine
gdscript
performance