index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/index.html
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-03 14:11:12 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-03 14:22:33 -0700 |
commit | adc67da606798fa0eaf7c155fe73cfa6d87f1463 (patch) | |
tree | 9ffd845a73f280928a244a4b2ec75e54f05dd486 /index.html | |
parent | dc56db385cf8e0848e9fa0dccb34a81a51390aa5 (diff) |
Toggle allegiance firing arc visibility
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -141,6 +141,12 @@ </div> <div id="map-container"> + <div id="toggle-firing-arc-vis"> + <div>davion</div> + <input type="checkbox" data-allegiance="davion" /> + <div>liao</div> + <input type="checkbox" data-allegiance="liao" /> + </div> <svg viewbox="-49 -40 2390 3163" xmlns="http://www.w3.org/2000/svg"> <defs> <polygon id="point" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" /> |