Exemple #1
0
 public void LevelSelect()
 {
     cont = ContinueToLevelSelect;
     DisplayConfirmWindow("Return to level select? Your progress will be lost");
 }
Exemple #2
0
 public void RestartLevel()
 {
     cont = ContinueToRestartLevel;
     DisplayConfirmWindow("Are you sure you want to restart the level?");
 }
Exemple #3
0
 public void MainMenu()
 {
     cont = ContinueToMainMenu;
     DisplayConfirmWindow("Return to main menu? Your progress will be lost");
 }