Ejemplo n.º 1
0
    void Start()
    {
        gameOver = false;

        tutorialManager = this;

        colorHudInstance = ColorHUD.instance;

        LoadFirst();
        //Invoke("CheckLastMinion", 1);
    }
Ejemplo n.º 2
0
    void Start()
    {
        instance         = this;
        colorHudInstance = ColorHUD.instance;

        StartCoroutine(SpawnManager1());
        firstSpawnPoint = 0;
        lastSpawnPoint  = Map.height;
        tutoInstance    = GetComponent <TutorialManager>();


        tutoInstance.numWaves = waves.Length; //per que el tutorial manager sapiga el numero de waves que hi ha

        lastMinionDead = true;
    }
Ejemplo n.º 3
0
 private void Start()
 {
     instance = this;
 }