From a1a274bf991656db86d17b836e5f87efbd7a38d5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 8 Nov 2020 01:57:56 +0100 Subject: [PATCH] More expressive customization option labels in web client. --- new2/rogue_chat_nocanvas_monochrome.html | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html index 54f60c4..6436f21 100644 --- a/new2/rogue_chat_nocanvas_monochrome.html +++ b/new2/rogue_chat_nocanvas_monochrome.html @@ -4,30 +4,30 @@
-rows: -cols: +terminal rows: +terminal columns:

 
 
keys:
-square_move_up: (hint: ArrowUp)
-square_move_left: (hint: ArrowLeft)
-square_move_down: (hint: ArrowDown)
-square_move_right: (hint: ArrowRight)
-hex_move_upleft:
-hex_move_upright:
-hex_move_right:
-hex_move_downright:
-hex_move_downleft:
-hex_move_left:
-flatten_:
-switch_to_chat:
-switch_to_play:
-switch_to_annotate:
-switch_to_portal:
-switch_to_study:
-switch_to_edit:
+move up (square grid): (hint: ArrowUp)
+move left (square grid): (hint: ArrowLeft)
+move down (square grid): (hint: ArrowDown)
+move right (square grid): (hint: ArrowRight)
+move up-left (hex grid):
+move up-right (hex grid):
+move right (hex grid):
+move down-right (hex grid):
+move down-left (hex grid):
+move left (hex grid):
+flatten surroundings:
+switch to chat mode:
+switch to play mode:
+switch to study mode:
+edit terrain (from play mode):
+annotate terrain (from study mode):
+annotate portal (from study mode):