1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-15 05:59:44 +00:00

help:: Deck version of the 'right click' line

This commit is contained in:
Zeno Rogue
2026-01-27 18:57:40 +01:00
parent 1e1cec0ff1
commit db26a1fcc5

View File

@@ -116,9 +116,13 @@ EX void build_controls() {
else if(DEFAULTCONTROL && WDIM == 3)
help += XLAT(
"You are currently in a visualization. Press wasdqe to rotate the camera, ijklyh to move. You can also use the arrow keys and Home/End and PgUp/PgDn. ESC for menu.\n\n");
help += XLAT(
if(dialog::display_keys != 3) help += XLAT(
"You can right click any element to get more information about it.\n\n"
);
else help += XLAT(
"You can use trackpad to point at things, then press the right trigger, to get more information about things.\n\n"
);
#if ISMAC
help += XLAT("(You can also use right Shift)\n\n");
#endif