fix options screen focus issue

This commit is contained in:
Haze Weathers 2023-03-10 15:24:58 -05:00
parent ebac7e2da2
commit 319eec7f5b
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ func _gui_input(event):
accept_event()
func _unhandled_input(event):
if !has_focus():
if !visible:
return
if event.is_action_pressed("ui_accept"):
apply_options()