1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

made keybd_subdir optional

This commit is contained in:
Zeno Rogue
2024-10-11 13:14:09 +02:00
parent 74dcd03ac6
commit f46d551f13
4 changed files with 12 additions and 6 deletions

View File

@@ -259,7 +259,7 @@ string pushtext(stringpar p) {
"\n\nNote: when pushing %the1 off a heptagonal cell, you can control the pushing direction "
"by clicking left or right half of the heptagon.", p);
#if !ISMOBILE
s += XLAT(" With the keyboard, you can press Tab to invert the way the pushing direction leans.");
s += XLAT(" With the keyboard, you can press Tab to invert the way the pushing direction leans, or Shift+Tab to decide based on how the view is rotated.");
#endif
return s;
}