New answers tagged gdscript
2
votes
Accepted
Decelerating player's momentum without changing direction
The Source of the Problem
Using move_toward separately on each axis will reduce both x and z toward 0 at the same rate until one of them reaches the destination, ...
Top 50 recent answers are included
Related Tags
gdscript × 171godot × 134
godot-4 × 60
2d × 14
godot-3 × 13
collision-detection × 10
3d × 7
physics × 6
animation × 5
debugging × 4
c# × 3
shaders × 3
textures × 3
algorithm × 3
multiplayer × 3
input × 3
platformer × 3
events × 3
plugin × 3
sprites × 2
networking × 2
procedural-generation × 2
game-mechanics × 2
path-finding × 2
optimization × 2