Beispiel #1
0
 /// <summary>
 /// Fuction made to update all the things when the game is over
 /// </summary>
 private void GameOver()
 {
     gameOver = true;
     pause.GameOver();
 }
 /// <summary>
 /// Fuction made to update all the things when the game is over
 /// </summary>
 private void GameOver()
 {
     gameOver = true;
     score.SaveHighScore();
     pause.GameOver();
 }