feat: overhaul controller menu accessibility
This commit is contained in:
parent
a7837c3711
commit
4f9c85989b
46 changed files with 4091 additions and 396 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue