summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-08-06 16:52:18 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:26 +0100
commit084fd073d873ae6d4ac4a8947cf232d575dc0c9c (patch)
treedd5a3a28ba7add57495a2d02de4680da54b9cbdf /play.html
parent7ca587623a2c3cc684eac2c7c9ce59eb4e1dc2f3 (diff)
downloadrommel-in-the-desert-084fd073d873ae6d4ac4a8947cf232d575dc0c9c.tar.gz
End fire button.
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>