options on level select
This commit is contained in:
parent
3ad1b32492
commit
16a152903f
1 changed files with 6 additions and 0 deletions
|
@ -241,4 +241,10 @@ func _on_ExitMenu_pressed() -> void:
|
||||||
func _on_PalettesButton_button_down() -> void:
|
func _on_PalettesButton_button_down() -> void:
|
||||||
SceneManager.current_scene = load("res://menus/palette_select.tscn").instance()
|
SceneManager.current_scene = load("res://menus/palette_select.tscn").instance()
|
||||||
|
|
||||||
|
func _on_OptionsScreen_exit():
|
||||||
|
options_screen.visible = false
|
||||||
|
$"%MenuPopup".grab_focus()
|
||||||
|
|
||||||
|
func _on_OptionsButton_button_down():
|
||||||
|
options_screen.visible = true
|
||||||
|
options_screen.grab_focus()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue