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:
2
help.cpp
2
help.cpp
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user