Link about scenes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user