feat: overhaul controller menu accessibility

This commit is contained in:
Alexander Sellite 2026-08-15 19:20:42 -04:00
parent a7837c3711
commit 4f9c85989b
46 changed files with 4091 additions and 396 deletions

View file

@ -183,7 +183,7 @@ func handle_escape() -> bool:
if _confirmation_page.visible:
_close_confirmation()
elif _join_game_page.visible:
_close_join_game()
_join_game_page.request_back()
elif _settings_panel.visible:
_settings_panel.handle_back()
else: