void Start()
 {
     theTutorialEventManager = FindObjectOfType <TutorialDialogue>();
     currentIndex            = 0;
     cntForAnimate           = 0;
     isEventPlus             = false;
 }
Exemplo n.º 2
0
    void Start()
    {
        instance   = this;
        isTutorial = true;

        theControlDialog   = FindObjectOfType <TutorialControlDialogue>();
        doingEvent         = false;
        tu_eventNumber     = 1;
        tu_tempEventNumber = 2;

        theFadeInOut   = FindObjectOfType <FadeInOut>();
        theDayAndNight = FindObjectOfType <DayAndNight>();

        isGetAxe_tu = false;
        tutorialAxe.SetActive(false);
    }