Esempio n. 1
0
 void GameOver()
 {
     Bear.DestroyAll();
     gameOver.Play();
     livesCounter.SetActive(false);
     gameOverScreen.SetActive(true);
 }