From 399ff9adb0d6deed741100311129248ebbff612c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 28 Jul 2022 13:00:00 +0200 Subject: Faster fortress control. Victory checks. Combined turn option. --- play.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 8a8167c..ad295c6 100644 --- a/play.html +++ b/play.html @@ -290,6 +290,10 @@ svg .side.allied_supply.axis_supply { stroke: yellow; } +svg .fortress.axis { + fill: #264; +} + svg .hex.action { stroke: white; stroke-width: 2; @@ -394,12 +398,14 @@ svg .hex.tip { box-shadow: 0 0 0 2px yellow; } -.unit.disrupted { - border-color: crimson; +.unit.moved { + //border-color: black; + //background-color: silver; + filter: grayscale(50%) } -.unit.moved { - border-color: black; +.unit.disrupted { + border-color: crimson; } .unit.unsupplied { @@ -580,12 +586,7 @@ svg .hex.tip { - +
@@ -736,12 +737,11 @@ svg .hex.tip { - + + + + + Copyright © 2022 Columbia Games Inc. - -2 -5 -2 + +2 +5 +2 -- cgit v1.2.3