added audio subtitle system and menus and more

This commit is contained in:
2024-01-23 23:58:30 +01:00
parent 7d77925b97
commit e7973d6086
32 changed files with 479 additions and 221 deletions

View File

@@ -0,0 +1,7 @@
extends ConfirmationDialog
func _on_confirmed() -> void:
pass # Replace with function body.
func _on_canceled() -> void:
get_tree().quit()