mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
'go back' on web is now Backspace, not ESC
This commit is contained in:
parent
b50c32e775
commit
b6450fc5bc
@ -64,7 +64,7 @@ EX namespace dialog {
|
||||
EX color_t dialogcolor = 0xC0C0C0;
|
||||
|
||||
EX void addBack() {
|
||||
addItem(XLAT("go back"), SDLK_ESCAPE);
|
||||
addItem(XLAT("go back"), ISWEB ? SDLK_BACKSPACE : SDLK_ESCAPE);
|
||||
}
|
||||
|
||||
EX void addHelp() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user