more menu stuf

This commit is contained in:
pennyrigate 2023-06-02 20:30:42 -04:00
parent a5f4c34236
commit 4e92501432
12 changed files with 203 additions and 12 deletions

View file

@ -14,3 +14,15 @@ func _ready():
$Panel/FileSelect.grab_focus()
Vector2( 0.83205, 0.5547 )
func _on_Continue_button_down():
pass # Replace with function body.
func _on_FileSelect_button_down():
SceneManager.current_scene = load("res://menus/file_select.tscn").instance()
func _on_Exit_button_down():
get_tree().quit()