diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-27 14:05:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-03-27 17:37:33 +0200 |
commit | 8a29c80a3b67a480832b5a4828fc1f1b2203b0b1 (patch) | |
tree | bed52a156df5e4cf73af6f5b6b02fa15a491fd26 /mountain-highlight.svg | |
parent | fe298c4c4c1f22fc0b302e9fa26164d73f00dfb7 (diff) | |
download | wilderness-war-8a29c80a3b67a480832b5a4828fc1f1b2203b0b1.tar.gz |
Add different highlight for dangerous moves. Make colors clearer.
Moves into spaces which will yield to the opponent are highlighted with an
extra red inside border.
Also change colors to be consistent:
Yellow - action for both spaces and units
Blue - selected unit
White - highlight (both for tooltip and current battle/intercept space)
Clearer blue and red colors for supply lines.
RED
Diffstat (limited to 'mountain-highlight.svg')
-rw-r--r-- | mountain-highlight.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mountain-highlight.svg b/mountain-highlight.svg index c499ef5..0473bbd 100644 --- a/mountain-highlight.svg +++ b/mountain-highlight.svg @@ -2,7 +2,7 @@ <svg xmlns="http://www.w3.org/2000/svg" width="210" height="148"> <path fill="none" - stroke="white" - stroke-width="10" + stroke="yellow" + stroke-width="8" d="M 10 138 L 78 35 L 101 57 L 128 10 L 200 138 Z"/> </svg> |