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-29 16:30:43 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-29 16:30:43 -0700 |
commit | 45cfef270fef8f46f24c552a0fa8e7cfe02e2f82 (patch) | |
tree | d0789b8438e95f101b0056397916f18a95bdd77b /index.html | |
parent | 694f2dbb242e88cf0696223aa057e8c749539c1c (diff) |
Use matrix transform to calculate counter coordinates
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ <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="0" y="0" width="33in" height="45in" /> + <rect id="map" x="-1" y="-1" width="2287" height="3087" /> <g id="points"></g> <!-- <rect id="debug-view-box" x="-100" y="-100" width="3400" height="4500" /> --> </svg> |