Beispiel #1
0
    public static void EndGame()
    {
        controlling = false;
        playing     = false;

        audioController.PlayExplosion();
        audioController.StopAmbient();
        uiStateManager.GameOver();
        playerController.gameObject.SetActive(false);
    }