Beispiel #1
0
 public void Quit()
 {
     Debug.Log("Egg");
     if (Input.GetKey(KeyCode.H))
     {
         gm.LoadScene("Egg");
     }
     else
     {
         gm.CloseGame();
     }
 }
Beispiel #2
0
 public void Quit()
 {
     gameManager.CloseGame();
 }