GDScript
Tag for discussions about GDScript or contain GDScript code.
Latest engine news:
- R
Is it wise to define local variables in a function that is called a lot?
- Rainfollower replied
- I think, this is one of the most basic programming questions. And I have a seen a number of different answers for different languages. So I suppose this is language-specific, because unused variables ...
TouchScreenButton joystick freze into main scene - v4.4.1.stable.official
- PotatoArmor replied
- I use v4.4.1.stable.official godot version. I tried to use a TouchScreenButton node to create a joystick , two image : circle and a knob with this script into joystick2d_v001.tscn scene @onready var k...