Esempio n. 1
0
 public void PlayTask()
 {
     if (saveManager.IsTutorialDone() == false)
     {
         tutorial.EnableTutorial();
     }
     titleText.SetActive(false);
     playButton.SetActive(false);
     settingsButton.SetActive(false);
     htpButton.SetActive(false);
     exitButton.SetActive(false);
     btmButton.SetActive(true);
     loadGameScene.StartWaitingForPlanetClick();
     solarSystem.EnableSolarSystemPhase(true);
     _CheckoutToSolarSystemPhase();
 }
Esempio n. 2
0
 void HowToPlay()
 {
     tutorial.EnableTutorial();
     PlayTask();
 }