Esempio n. 1
0
    public void loadFightMode(int idOfEnemyParty)
    {
        objectSelector.loadEnemyPossition(currentCorridorId, idOfEnemyParty);

        //Type of 2 means fightMode
        dungeonsGenerator.loadFightLevel(currentCorridorId, idOfEnemyParty);

        //We are calling displayParty class to create health bars for heroes in fight scene
        displayParty.displayHealthBarsOnHeroes(true);
        objectSelector.initializeHighlightOnFirstEnemy();
    }