Ejemplo n.º 1
0
 public void GoBack()
 {
     LevelConfigPanel.SetActive(false);
     CreditsPanel.SetActive(false);
     ExitConfirmationPanel.SetActive(false);
     TutorialPanel.SetActive(false);
     MainMenuPanel.SetActive(true);
 }
Ejemplo n.º 2
0
 public void ConfirmExit()
 {
     MainMenuPanel.SetActive(false);
     ExitConfirmationPanel.SetActive(true);
 }