Player not rotating in the direction hes moving Godot4.2.2
So im pretty new to godot and im trying to let my player rotate smoothly in the direction hes moving to.
Right now he just clips between the 8 possible moving directions, so im basicly trying to have a smooth transition between those directions. I tried a couple different things but none of them worked, most of the time the character just rotates permanently or in random directions
Objects that are sharing same code are interfering each other?
I have two object on my scene, that are sharing same code. When I am instantiating those on my scene, I am assigning them a unique ID in _ready func:
problems with audio control in godot 2.1.6
I’m using Godot 2.1.6 and I’m facing a problem with my game’s audio control.