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