Beispiel #1
0
    public void UpdateModeText()
    {
        bool on = ImmortalGameManager.ToggleMode();

        modeText.text = on ? "Mode: Normal Mode" : "Mode: Testing Mode";
        audioManager.PlayButtonClicked();
    }