Preserve data across the Straywild transition
This commit is contained in:
parent
737d1cf2e0
commit
98a27e2f53
28 changed files with 577 additions and 94 deletions
|
|
@ -243,6 +243,11 @@ func reopen_to_menu() -> void:
|
|||
_set_title_bubbles_interactive(true)
|
||||
|
||||
|
||||
func refresh_after_data_root_change() -> void:
|
||||
_save_slots_page.refresh_page()
|
||||
_refresh_save_inspection()
|
||||
|
||||
|
||||
func open_join_game_page(endpoint: String = "") -> void:
|
||||
_cancel_title_entry_transition()
|
||||
_awaiting_start_input = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue