Preserve data across the Straywild transition
This commit is contained in:
parent
737d1cf2e0
commit
98a27e2f53
28 changed files with 577 additions and 94 deletions
|
|
@ -22,6 +22,12 @@ var _data_root: PlayerDataRoot
|
|||
func configure_storage(path: String, data_root: PlayerDataRoot) -> void:
|
||||
_store_path = path
|
||||
_data_root = data_root
|
||||
_saved_entries.clear()
|
||||
_recent_entries.clear()
|
||||
_loaded = false
|
||||
_recovery_warning = ""
|
||||
_write_blocked = false
|
||||
_expected_hash = ""
|
||||
|
||||
|
||||
func _temp_path() -> String:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue