options screen functionality :):):):):)

This commit is contained in:
Haze Weathers 2023-03-08 16:46:23 -05:00
parent 89b4bc045e
commit 1fc44271f1
10 changed files with 271 additions and 36 deletions

View file

@ -34,3 +34,8 @@ func _on_ExitLevel_pressed():
get_tree().paused = false
Game.change_map(load("res://maps/level_select.tscn"))
queue_free()
func _on_OptionsScreen_exit():
options_screen.visible = false
$Body/Settings.grab_focus()