Add models, globals, persistent config, move secrets

This commit is contained in:
Manuel 2023-10-02 20:42:44 +02:00
parent 8749e11fd0
commit 01908fbcb6
Signed by: Manuel
GPG key ID: 4085037435E1F07A
14 changed files with 129 additions and 20 deletions

View file

@ -9,5 +9,6 @@ func _ready():
first_selection.grab_focus()
func _on_back_button_pressed():
Globals.config.save()
last_menu.show()
queue_free()