Added game seed saving
This commit is contained in:
@@ -15,12 +15,15 @@ signal show_options
|
||||
func _ready() -> void:
|
||||
_init_focus()
|
||||
_setup_neighbors()
|
||||
continue_button.disabled = SaveManager.get_game_data().game_seed == ""
|
||||
|
||||
|
||||
func _on_visibility_changed() -> void:
|
||||
if not is_node_ready(): return
|
||||
if not visible: return
|
||||
|
||||
continue_button.disabled = SaveManager.get_game_data().game_seed == ""
|
||||
|
||||
_init_focus()
|
||||
_setup_neighbors()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user