Add models, globals, persistent config, move secrets
This commit is contained in:
parent
8749e11fd0
commit
01908fbcb6
14 changed files with 129 additions and 20 deletions
|
|
@ -9,5 +9,6 @@ func _ready():
|
|||
first_selection.grab_focus()
|
||||
|
||||
func _on_back_button_pressed():
|
||||
Globals.config.save()
|
||||
last_menu.show()
|
||||
queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue