Questions tagged [gravity]
The gravity tag has no summary.
4 questions
1 vote
1 answer
382 views
How to pause player motion during an air attack animation in Godot 4?
So I am very new to Game Dev, and I am running into a problem that seems like it should have a simple answer. Unfortunately, I have not been able to figure it out. I am creating a 2d side scroller. I ...
0 votes
0 answers
106 views
applying gravity breaks entirely this AI movement code
I'm calling this function every 0.078 seconds so about at 13 fps using a timer connected to _ready() this way my game can easily run over 400 enemy units with ...