Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     g = this;
     PainelMensCriature.p = hudM.PainelMensagemCriature;
     usoDeItens           = new MbUsoDeItem();
     VerificaSetarManager();
     encontros.Start();
 }
Esempio n. 2
0
    // Use this for initialization
    void Start()
    {
        Debug.Log(Mathf.Pow(1.097f, 1f / 12f) - 1);
        // BancoDeTextos.VerificaChavesFortes(idioma.pt_br, idioma.en_google);
        g = this;
        Cursor.lockState = CursorLockMode.Locked;
        //Para ajudar a programar o tuto

        MyKeys.MudaShift(KeyShift.estouNoTuto, comCriature);

        /*************************************************/


        usoDeItens = new MbUsoDeItem();
        VerificaSetarManager();
        encontros.Start();
        HudM.StatusHud.Start();

        imgMenu = FindObjectOfType <ImageMenu>();//Instantiate((GameObject)Resources.Load("HUD_Itens")).GetComponent<ImageMenu>();
    }