forked from team-sg/hero-mark-2
more menu stuf
This commit is contained in:
parent
a5f4c34236
commit
4e92501432
12 changed files with 203 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue