Add title menu flow

This commit is contained in:
2026-06-19 23:05:41 +09:00
parent 5e470d0544
commit ab3f0a1124
3 changed files with 459 additions and 8 deletions

View File

@@ -163,6 +163,10 @@ func save_game() -> bool:
return _save_game_to_path(SAVE_PATH)
func has_save() -> bool:
return FileAccess.file_exists(SAVE_PATH)
func has_manual_save() -> bool:
return FileAccess.file_exists(MANUAL_SAVE_PATH)