예제 #1
0
 public void StartGame()
 {
     rocket.SetActive(true);
     titlePanel.GetComponent <Animator>().SetTrigger("TitleOut");
     gameStarted = true;
     obstacles.StartObstacles();
     instructionsPanel.SetActive(true);
     scoreUI.SetActive(true);
 }