TO SQUASH: Nuke ball explosion.

This commit is contained in:
2026-08-28 18:23:35 -04:00
parent 716e35c615
commit c91a8a4011
7 changed files with 456 additions and 17 deletions
+5
View File
@@ -199,4 +199,9 @@ public class BallBase : MonoBehaviour
bounds = default;
return false;
}
public void StopBall()
{
speed = new Vector2(0.0f, 0.0f);
}
}