menu basically done
This commit is contained in:
parent
f3ef07486f
commit
c4806fabd5
2 changed files with 8 additions and 1 deletions
|
|
@ -42,3 +42,7 @@ func _on_credits_button_pressed() -> void:
|
|||
|
||||
func _on_back_button_pressed() -> void:
|
||||
menu_page = Page.Menu
|
||||
|
||||
|
||||
func _on_exit_button_pressed() -> void:
|
||||
get_tree().quit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue