GDScript
Tag for discussions about GDScript or contain GDScript code.
Latest engine news:
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...
- U
How to get the point of collision of a round RigidBody2d in Godot 3.6?
- UpsetChicken started
- I have a ball that is a perfect circle and is a RigidBody2D node. There are several StaticBody2D nodes scattered throughout my scene. When my ball touches one of them, a tiny red pixel appears, repres...