feat(sfx): wire interactive object SFX to AudioManager.play_sfx

This commit is contained in:
Steven Wroblewski
2026-05-10 21:13:04 +02:00
parent 21628c21fd
commit 9e1058ab6c
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ func _input(event: InputEvent) -> void:
func _start_opening() -> void:
AudioManager.play_sfx("gift_open")
_state = State.OPENING
var lid: Node2D = get_node_or_null("Lid") as Node2D
if lid == null: