Ejemplo n.º 1
0
 /* Post Game Wrap Up
  * highscorescore saves update, game count increment, unlocks
  * This is called on a GameOver (see above) and also on a reset by the PaudMenu script
  */
 public void PostGameWrapUp()
 {
     scoreData.GameOverSaveHighScore();
     IncrementGameCount();
     CheckForUnlocksAndQueueMsgs(); //new highscores and game counter are current
 }