fixed issue where options screen didnt focus on tab selector

This commit is contained in:
pennyrigate 2024-07-12 00:47:48 -04:00
parent 655d000b51
commit 3a4a6edf40
2 changed files with 6 additions and 2 deletions

View file

@ -267,4 +267,4 @@ func _on_OptionsScreen_exit():
func _on_OptionsButton_button_down():
options_screen.visible = true
options_screen.grab_focus()
options_screen.focus()