Exemplo n.º 1
0
    /// <summary>
    /// Activate Game Settings Canvas
    /// </summary>
    public void LoadMenu()
    {
        Game.gameObject.SetActive(false);
        Background.SetActive(false);
        Menu.gameObject.SetActive(true);
        ImageSettings.gameObject.SetActive(false);
        CustomizationCanvas.gameObject.SetActive(false);

        Companion.StartSayGameMenu();

        Variables.IsPlaying = false;
    }