+ 3
Why we using vector2 function in godot and move and slide function too??
2 Answers
+ 1
if we are writing 2d physics, we need to store X and Y pos of that object. then we use move and slide function to move our object in that velocity.
0
Thanks buddy