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-27 14:31:32 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-27 14:31:32 -0700 |
commit | 6c940cf89aae3c610c8f8406da7b5810466a75cc (patch) | |
tree | 083183068454e9a09e1de2c2e87323f0c687d6bd /index.html | |
parent | 1add30fc6ebf8b17753368a33ecbd8117c4ef50a (diff) |
Increase map to 2 map sheets; fix some layout/styles
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -101,7 +101,7 @@ </p> </template> - <svg viewbox="-100 -100 3450 2400" xmlns="http://www.w3.org/2000/svg"> + <svg viewbox="-100 -100 3400 4500" xmlns="http://www.w3.org/2000/svg"> <defs> <pattern id="inch-mark" x="0" y="0" width="2in" height="2in" patternUnits="userSpaceOnUse"> <rect x="0" y="0" width="1in" height="2in" fill="black" /> @@ -124,10 +124,12 @@ <line class="ruler" x1="0" y1="-0.25in" x2="34in" y2="-0.25in" stroke="url(#inch-mark)" /> <line class="ruler" x1="-0.25in" y1="0" x2="-0.25in" y2="23in" stroke="url(#vert)" /> <!-- <image id="img1" href="map1.png" height="6.428in" width="9.971in" /> --> - <image id="img2" href="scans/map1.jpg" width="2284" height="1518" /> + <!-- <image id="img2" href="scans/map1.jpg" width="2284" height="1518" /> --> + <image class="map-scans" href="scans/map2.jpg" width="2284" height="1518" /> + <image class="map-scans" href="scans/map3.jpg" width="2284" height="1518" x="0" y="1550" /> <g id="firing-arcs"></g> - <rect id="map" x="0" y="0" width="34in" height="23in" /> - <!-- <rect id="debug-view-box" x="-100" y="-100" width="3450" height="2400" /> --> + <rect id="map" x="0" y="0" width="33in" height="45in" /> + <!-- <rect id="debug-view-box" x="-100" y="-100" width="3400" height="4500" /> --> </svg> <div id="content"> |