Added hash salt, added game data saving
This commit is contained in:
parent
6ffa6e643b
commit
11ea0f0d51
7 changed files with 43 additions and 51 deletions
|
|
@ -8,4 +8,5 @@ func _on_unpause_button_button_up():
|
|||
|
||||
func _on_exit_button_button_up():
|
||||
get_tree().current_scene.unpause()
|
||||
Game.profile_save(get_tree().current_scene)
|
||||
get_tree().change_scene_to_file("res://scenes/MainMenu.tscn")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue