summaryrefslogtreecommitdiff
path: root/scenes/background_music.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/background_music.gd')
-rw-r--r--scenes/background_music.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/scenes/background_music.gd b/scenes/background_music.gd
index e2622ae..aaf5b5c 100644
--- a/scenes/background_music.gd
+++ b/scenes/background_music.gd
@@ -14,3 +14,6 @@ func click_sound():
func type_sound():
$Type.play()
+
+func lose_heart_sound():
+ $LoseHeart.play()