Complete menu navigation

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:44:51 +02:00
parent 4bd3daa747
commit b683302b2b
4 changed files with 38 additions and 1 deletions
+4
View File
@@ -7,3 +7,7 @@ func _on_Quit_pressed():
# Load scene about
func _on_About_pressed():
get_tree().change_scene("res://scenes/UI/About.tscn")
# Load scene for select game
func _on_New_pressed():
get_tree().change_scene("res://scenes/UI/ChooseScene.tscn")