private void ResetBall() { ball.transform.position = Vector2.zero; ball.speed = ball.startSpeed; ball.SetRandomRotation(); }