Add core game components including ConfigFileHandler, GameManager, SaveSystem, and UIManager

This commit is contained in:
2025-08-10 01:35:35 +02:00
parent 8467f67090
commit 4098d192af
31 changed files with 1347 additions and 2 deletions

View File

@@ -51,4 +51,4 @@ func close_all() -> void:
func hide_and_disable(screen: Control) -> void:
screen.hide()
screen.set_process_input(false)
screen.set_process_input(false)