add scripts from post-scale attempt
This commit is contained in:
parent
96dcfa9064
commit
87383d5b8c
18 changed files with 362 additions and 148 deletions
|
|
@ -126,6 +126,7 @@ public class WaveManager : MonoBehaviour
|
|||
bossDescriptionUI.text = waveList[wave - 1].bossDescription;
|
||||
UpdateBossUI();
|
||||
player.isStalled = true; //wait for boss to enter then start dialogue
|
||||
player.invulnerable = true;
|
||||
}
|
||||
|
||||
public Enemy SpawnEnemy(Enemy enemy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue