start work on main menu

This commit is contained in:
Persephone Bubblegum-Holiday 2025-07-26 22:08:15 -07:00
parent 1ca6bda653
commit f77e90da58
6 changed files with 108 additions and 57 deletions

5
Scripts/MainMenu.gd Normal file
View file

@ -0,0 +1,5 @@
extends Control
func _on_button_pressed() -> void:
get_tree().change_scene_to_file("res://Scenes/GUI/EditorScreen.tscn")