Main Menu 0.1

This commit is contained in:
2020-02-15 15:21:10 +01:00
parent 0f3e7cfb7b
commit f318beeaf5
8 changed files with 375 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
extends Control
func _ready():
get_node("PanelM/SuperText").hide()
pass # Replace with function body.
func _on_SuperButton_pressed():
get_node("PanelM/SuperText").show()
func _on_ExitButton_pressed():
get_tree().quit()
func _on_TestButton_pressed():
Global.goto_scene("res://Todd_Test.tscn")