PopochiuSaveLoad
Extends: Resource
Description
Constants Descriptions
SAVE_GAME_PATH
const SAVE_GAME_PATH: String = "user://save_%d.json"
Method Descriptions
count_saves
func count_saves() -> int
get_saves_descriptions
func get_saves_descriptions() -> Dictionary
save_game
func save_game(slot: int = 1, description: String = "") -> bool
load_game
func load_game(slot: int = 1) -> Dictionary