forked from team-sg/hero-mark-2
converted sounds to ogg (fixes #188)
This commit is contained in:
parent
687bf87df9
commit
832191e99c
51 changed files with 230 additions and 20 deletions
|
@ -60,7 +60,7 @@ func _physics_process(delta):
|
|||
collider.get_parent().die()
|
||||
|
||||
# play sound
|
||||
Audio.play_sound(Audio.a_die_robot, Audio.ac_boss)
|
||||
Audio.play_sound(Audio.a_explosion, Audio.ac_boss)
|
||||
|
||||
# muzzle flash
|
||||
muzzle_flash.emitting = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue