Esempio n. 1
0
    public void GameOver()
    {
        retryButton.SetActive(true);
        quitButton.SetActive(true);

        enemySpawner.StopAllCoroutines();

        mainCamera.Stop(true);
        background.Stop();
    }