Ejemplo n.º 1
0
    void Start()
    {
        audioManager = FindObjectOfType <AudioManager>();
        if (audioManager != null)
            audioManager.MenuLaunched ();

        canvasEnd.SetActive (false);

        //		textWinnerPlayer1.SetActive (false);
        //		textWinnerPlayer2.SetActive (false);
        //		textWinnerPlayer3.SetActive (false);
        //		textWinnerPlayer4.SetActive (false);

        ActiveEnd ();
    }