From 46ecf6d1bb5a470c9e1a7ec4837462102d7a6487 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 25 Nov 2020 03:06:30 +0100 Subject: [PATCH] Toggle tile drawing in tile control drawing mode. --- config.json | 1 + rogue_chat.html | 56 ++++++++++++++++++++++++++++---------------- rogue_chat_curses.py | 16 +++++++++---- 3 files changed, 48 insertions(+), 25 deletions(-) diff --git a/config.json b/config.json index 7cbbbf5..164fcee 100644 --- a/config.json +++ b/config.json @@ -16,6 +16,7 @@ "teleport": "p", "help": "h", "toggle_map_mode": "M", + "toggle_tile_draw": "m", "hex_move_upleft": "w", "hex_move_upright": "e", "hex_move_right": "d", diff --git a/rogue_chat.html b/rogue_chat.html index d24b9f6..136999f 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -69,6 +69,7 @@ terminal columns: + @@ -102,6 +103,7 @@ terminal columns:
  • toggle everything/terrain/annotations view: +
  • toggle everything/terrain/annotations view: