Esempio n. 1
0
    internal void ShowDeathScreen()
    {
        // behaviour common to all buttons
        //OnClick();

        // switch level
        StartCoroutine(deathMenu.ShowAsync());
        //levelChanger.LoadSceneAsyncWithFade("Menu");
    }