diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-14 12:57:00 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | c19fdaf42b27e1854cebd0ad820399b35284ea25 (patch) | |
tree | 1bdb23f101d31b4dfe889a085c7a6d575f73d91f /info/notes.html | |
parent | b89f3d06474828517b322ca0f565f7bc6c5b29fa (diff) | |
download | wilderness-war-c19fdaf42b27e1854cebd0ad820399b35284ea25.tar.gz |
Add some implementation notes pointing out the use of shift.
Diffstat (limited to 'info/notes.html')
-rw-r--r-- | info/notes.html | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/info/notes.html b/info/notes.html index b499b0b..a126340 100644 --- a/info/notes.html +++ b/info/notes.html @@ -14,9 +14,34 @@ Wilderness War: Implementation Notes</h1> <hr> <p> -Question? +How can I examine a stack that is in an action space? <p> -Answer! +Hold down the Shift key! +<p> +The shift key sends action spaces to the bottom layer and turns them inactive, +so that you can safely click on any stacks on the map to expand them without +the risk of sending your forces into an unwanted battle. + +<hr> + +<p> +What does the "Mouse Focus" option do? +<p> +This option expands stacks as soon as you move your mouse over them, +so you don't have to click to expand them. + +<hr> + +<p> +Why can't I undo? +<p> +You cannot undo when one of two things happen: +<ol> +<li>You rolled a die, drew a random leader, or picked a random card. +<li>Control changed to your opponent (sending out an "It's your turn" notification). +</ol> +<p> +So be careful where you move, lest you send your forces marching straight into an ambush. <hr> |