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