Added menu sound

This commit is contained in:
2026-01-09 00:36:16 +03:00
parent bc0c494244
commit bd0dd5a9ec
36 changed files with 882 additions and 351 deletions
+1
View File
@@ -18,6 +18,7 @@ func _ready() -> void:
func _input(event: InputEvent) -> void:
if event.is_action_pressed("pause"):
SoundManager.play_ui_stream.call_deferred(SoundManager.ui_stream_accept)
get_tree().paused = true
pause_menu.show()