7-16-25 @ 3:27AM

This commit is contained in:
2025-07-16 03:27:01 -04:00
parent 7c81e03613
commit c5795028f0
11 changed files with 102 additions and 105 deletions

View File

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