tie fami cutscene into boss3 level

This commit is contained in:
Haze Weathers 2024-02-26 18:34:58 -05:00
parent 7cf99cb510
commit 87973f77e0
12 changed files with 568 additions and 60 deletions

View file

@ -5,7 +5,7 @@ signal died()
signal health_changed(amount)
enum State {DEAD, STAND, FORWARD, BACK, DUCK, BEAM}
enum State {DEAD, STAND, FORWARD, BACK, DUCK, BEAM, INACTIVE}
const Bullet = preload("res://objects/enemy/2083_bullet.tscn")
const SmallExplosion = preload("res://objects/enemy/boss/2600_small_explosion.tscn")