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