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-03-30 19:58:55 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-30 19:58:55 -0700 |
commit | 798658a826dace5d18107a00b7c01f0ee0e9ab64 (patch) | |
tree | 37e66e6e5a2cb6728fa13da5f096fe4b34483bfc /index.html | |
parent | 45cfef270fef8f46f24c552a0fa8e7cfe02e2f82 (diff) |
WIP: line draw, localstorage settings
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -150,8 +150,8 @@ </defs> <rect id="background" x="-1" y="-1" width="2287" height="3087" /> - <image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518" x="2" y="2" /> - <image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518" x="4" y="1564" /> + <!-- <image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518" x="2" y="2" /> + <image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518" x="4" y="1564" /> --> <g id="firing-arcs"></g> <rect id="map" x="-1" y="-1" width="2287" height="3087" /> <g id="points"></g> @@ -159,6 +159,7 @@ </svg> <div id="content"> + <input type="checkbox" class="visible" checked /> <div> Set firing arc: <button type="button" class="set-firing-arc" data-size="small"> |