Exemple #1
0
 public void ShowOptions()
 {
     // shows the options screen
     GameGUI.HideMainScreen();
     GameGUI.ShowOptionsScreen();
 }
Exemple #2
0
 public void AskHowManyPlayers()
 {
     // shows the player count screen
     GameGUI.HideMainScreen();
     GameGUI.ShowPlayerCountScreen();
 }