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