This commit is contained in:
2025-07-14 18:14:48 -04:00
parent 3841984183
commit 920c5c27fb
5 changed files with 7 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ public partial class Ball : RigidBody2D
}
else if (LinearVelocity.Length() >= _moveThreshold)
{
GD.Print(Position);
if (!_moving)
{
_moving = true;