Beispiel #1
0
 public void Restart()
 {
     GameState      = State.Play;
     Time.timeScale = 1;
     Player.SetActive(true);
     Pc.SetStartStats();
     //HpBar.SetActive(true);
     Points.SetActive(true);
     TapPanel.SetActive(true);
     GSI.enabled = true;
     GSI.SetItBack();
     end = false;
     DeleteObjectsWithTag("Stuff");
     spawnStuff.Restart();
 }