Example #1
0
 public void GameOver()
 {
     gameOver = true;
     am.Play("GameOver");
     levelUI.FadeToBlack();
     Debug.Log("Game Over!");
 }