oops committed everything at once!

This commit is contained in:
pennyrigate 2023-11-29 23:51:11 -05:00
parent 51677cd402
commit 46b0f5b2a6
6 changed files with 27 additions and 20 deletions

View file

@ -47,5 +47,5 @@ func die():
get_parent().add_child(death_particles)
death_particles.global_position = global_position
death_particles.emitting = true
Audio.play_sound(Audio.a_die,Audio.ac_die)
Audio.play_sound(Audio.a_msx_die,Audio.ac_die)
queue_free()