From c44edaea10aa907301a47f19e492f1d869d528d9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 14 Nov 2020 06:10:34 +0100 Subject: [PATCH] Add button control to web client for mouse players. --- rogue_chat_nocanvas_monochrome.html | 234 +++++++++++++++++++++++++--- 1 file changed, 211 insertions(+), 23 deletions(-) diff --git a/rogue_chat_nocanvas_monochrome.html b/rogue_chat_nocanvas_monochrome.html index 7c24a43..f037bc7 100644 --- a/rogue_chat_nocanvas_monochrome.html +++ b/rogue_chat_nocanvas_monochrome.html @@ -10,29 +10,51 @@ terminal columns:

 
 
-keys (see here for non-obvious available values):
-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):
-help:
-flatten surroundings:
-take thing under player:
-drop carried thing:
-switch to chat mode:
-switch to play mode:
-switch to study mode:
-edit tile (from play mode):
-enter tile password (from play mode):
-annotate tile (from play mode):
-annotate portal (from play mode):
-toggle terrain/control view (from study mode):
+

for mouse players

+ + + + +
MOVE
+
+ + + +
+ + + +
+ + + + +
+

edit keybindings

(see here for non-obvious available values):
+
-- 2.30.2