start work on main menu
This commit is contained in:
parent
1ca6bda653
commit
f77e90da58
6 changed files with 108 additions and 57 deletions
5
Scripts/MainMenu.gd
Normal file
5
Scripts/MainMenu.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Control
|
||||
|
||||
|
||||
func _on_button_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://Scenes/GUI/EditorScreen.tscn")
|
Loading…
Add table
Add a link
Reference in a new issue