PneumaticPlaything/Scripts/MainMenu.gd
Persephone Bubblegum-Holiday f77e90da58 start work on main menu
2025-07-26 22:08:15 -07:00

5 lines
124 B
GDScript

extends Control
func _on_button_pressed() -> void:
get_tree().change_scene_to_file("res://Scenes/GUI/EditorScreen.tscn")