summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.html b/play.html
index 8866d36..fc55ec3 100644
--- a/play.html
+++ b/play.html
@@ -349,6 +349,11 @@ svg .side.allied_control {
stroke-dashoffset: -8;
}
+body.Allied svg .side.axis_control { stroke: black; }
+body.Allied svg .side.allied_control { stroke: none; }
+body.Axis svg .side.axis_control { stroke: none; }
+body.Axis svg .side.allied_control { stroke: black; }
+
/* SUPPLY LINES */
svg .hex.axis_supply {
@@ -627,6 +632,7 @@ svg .side.allied_supply.axis_supply {
<button id="battle_antitank_button" onclick="send_action('antitank')">Anti-tank</button>
<button id="battle_artillery_button" onclick="send_action('artillery')">Artillery</button>
<button id="battle_end_hits_button" onclick="send_action('end_hits')">Done</button>
+ <button id="battle_end_fire_button" onclick="send_action('end_fire')">Done</button>
</div>
<div id="battle_message"></div>
</div>