diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-08-06 16:52:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:26 +0100 |
commit | 084fd073d873ae6d4ac4a8947cf232d575dc0c9c (patch) | |
tree | dd5a3a28ba7add57495a2d02de4680da54b9cbdf /play.html | |
parent | 7ca587623a2c3cc684eac2c7c9ce59eb4e1dc2f3 (diff) | |
download | rommel-in-the-desert-084fd073d873ae6d4ac4a8947cf232d575dc0c9c.tar.gz |
End fire button.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |