Add title menu flow
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user