diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-23 15:03:55 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-05-23 15:06:20 +0200 |
commit | a66779335db0e2d3f295ec0db68b9e9db9d276f3 (patch) | |
tree | 8c58c3dc6977a5bc90cac69764dab3a9bdeed3bb /views | |
parent | 48a6712e480fe484157e753579a19d712a49f6ac (diff) | |
download | server-a66779335db0e2d3f295ec0db68b9e9db9d276f3.tar.gz |
Add 'shift zoom' for blocks.
Diffstat (limited to 'views')
-rw-r--r-- | views/about.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/about.ejs b/views/about.ejs index 033aad8..8478301 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -22,6 +22,9 @@ Open a separate browser tab or window for each side when playing solo. Use the middle mouse button to drag and scroll around the map. <li> +Hold down the Shift key when mousing over a block or counter in order to magnify it. + +<li> The <i>Enter</i> and <i>Escape</i> keys open and close the chat box. <li> @@ -40,6 +43,9 @@ The <img src="/images/earth-africa-europe.svg"> button hides all counters and ma if you need to check something on the map that is obscured. <li> +The <img src="/images/magnifying-glass.svg"> button shrinks the map to fit the screen width. + +<li> The <img src="/images/scroll-quill.svg"> button hides the game log and player status displays, so you can see more of the map. |