TO SQUASH: Nuke ball explosion.
This commit is contained in:
@@ -199,4 +199,9 @@ public class BallBase : MonoBehaviour
|
||||
bounds = default;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void StopBall()
|
||||
{
|
||||
speed = new Vector2(0.0f, 0.0f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user