Steve Thielemann 3 anni fa
parent
commit
544f124b5d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      deck.cpp

+ 3 - 0
deck.cpp

@@ -1182,6 +1182,9 @@ door::Panel make_help(void) {
   help.addLine(std::make_unique<door::Line>("", W));
   help.addLine(std::make_unique<door::Line>(
       "Use Left/Right arrow keys, or 4/6 keys to move marker.", W));
+  help.addLine(std::make_unique<door::Line>(
+      "The marker wraps around the sides of the screen.", W));
+  help.addLine(std::make_unique<door::Line>("", W));
   help.addLine(
       std::make_unique<door::Line>("Select card to play with Space or 5.", W));