Updated pattern for boss; trying to get it to spawn bullets.
This commit is contained in:
parent
caf2bffb0c
commit
e608652170
24 changed files with 606 additions and 28 deletions
|
|
@ -50,6 +50,7 @@ func hit_detection():
|
|||
|
||||
if health == 0:
|
||||
exploding = true
|
||||
EventBus.flash_screen.emit(0.25)
|
||||
impact_sound.play()
|
||||
#await impact_sound.finished
|
||||
#find all nodes in group "shards" and then queue_free.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue