Example #1
0
 public void ShowMenu()
 {
     MainMenuPanel.SetActive(true);
     ControlsPanel.SetActive(false);
     VictoryPanel.SetActive(false);
     GameOverPanel.SetActive(false);
 }
Example #2
0
 public void Restart()
 {
     DefeatPanel.SetActive(false);
     VictoryPanel.SetActive(false);
 }
Example #3
0
 public void SetVictory()
 {
     VictoryPanel.SetActive(true);
 }
Example #4
0
 public void ShowVictoryPanel()
 {
     VictoryPanel.SetActive(true);
 }