public void ShowMenu() { MainMenuPanel.SetActive(true); ControlsPanel.SetActive(false); VictoryPanel.SetActive(false); GameOverPanel.SetActive(false); }
public void Restart() { DefeatPanel.SetActive(false); VictoryPanel.SetActive(false); }
public void SetVictory() { VictoryPanel.SetActive(true); }
public void ShowVictoryPanel() { VictoryPanel.SetActive(true); }