瀏覽代碼

Updated help.

Steve Thielemann 3 年之前
父節點
當前提交
544f124b5d
共有 1 個文件被更改,包括 3 次插入0 次删除
  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));