summaryrefslogtreecommitdiffstats
path: root/ps_dead.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-28 21:27:04 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-28 21:27:04 +0200
commitaa2f8723ab5b87bb357d58a0165321a2060debb3 (patch)
treed44d4b57d20e24c585644a92e66b2f35c0df157d /ps_dead.gd
parenta46cc0bb2268bec64b9219b10daa44f006410d46 (diff)
Add initial audio stuff
Diffstat (limited to 'ps_dead.gd')
-rw-r--r--ps_dead.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/ps_dead.gd b/ps_dead.gd
index 30df1af..b042a8d 100644
--- a/ps_dead.gd
+++ b/ps_dead.gd
@@ -10,6 +10,7 @@ func _init(pl: Player):
super(pl)
p.anim_sp.set_animation("dead")
+ p.request_play_die_sfx()
wait_respawn.call_deferred()