Exemple #1
0
 void SetNewGame()
 {
     bm.LoadLevel();
     im.DestroyAllItem();
     balls.LoadNewGame();
     ScoreManager.SetupNewGame();
     redPaddle.SetInitialLocation();
     bluePaddle.SetInitialLocation();
     GameStatus = GameState.Playing;
 }