feat: add music to the main scene and sfx for the npcs;

This commit is contained in:
2026-09-20 17:04:57 +02:00
parent 77214d4723
commit a528943b91
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ func _process(delta: float) -> void:
if $CanvasLayer.visible == false:
$CanvasLayer.visible = true
get_tree().paused = true
$Greeting.play()
else:
$CanvasLayer.visible = false
get_tree().paused = false
$Goodbye.play()