forked from team-sg/hero-mark-2
tie fami cutscene into boss3 level
This commit is contained in:
parent
7cf99cb510
commit
87973f77e0
12 changed files with 568 additions and 60 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue