Link about scenes

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:22:37 +02:00
parent e164cef2c2
commit 4bd3daa747
4 changed files with 49 additions and 5 deletions
+4
View File
@@ -3,3 +3,7 @@ extends Node
# Quit the game
func _on_Quit_pressed():
get_tree().quit(0)
# Load scene about
func _on_About_pressed():
get_tree().change_scene("res://scenes/UI/About.tscn")