1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 10:09:43 +00:00

controller button gluphs

This commit is contained in:
Zeno Rogue
2025-12-11 20:15:01 +01:00
parent 88e778f3fe
commit a64e79fb84
4 changed files with 13 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ EX void slidehelp() {
help += "\n\n" + XLAT(
"This tour typically displays keys on the keyboard. "
"On the SteamDeck, you can press the Menu button to move to the next slide, "
"or the B button to see a menu with other options.");
"or the button to see a menu with other options.");
gotoHelp(help);
presentation(pmHelpEx);