index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 14:41:39 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 14:41:39 -0700 |
commit | 2cf47e56fefef1f61fa7138ce50ffddf45d390e7 (patch) | |
tree | a2142f4f918a43fbf0d287757a2c334bad215282 /public/map.svg | |
parent | 4dc47d6f045c01479d1298b933fd3e129d3d8279 (diff) |
Add missing row
Diffstat (limited to 'public/map.svg')
-rw-r--r-- | public/map.svg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/map.svg b/public/map.svg index c5e80f5..f4774c0 100644 --- a/public/map.svg +++ b/public/map.svg @@ -41,6 +41,7 @@ <g id="image-maps"> <image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518"/> + <image class="map-scans" href="row.jpg" width="2284" height="55" y="1505" /> <image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518"/> </g> @@ -53,7 +54,7 @@ <g class="grid"> <g class="start-locations"> <g> - <!-- <use data-x="13" href="#t-1" data-allegiance="liao" data-number="1"/> --> + <use data-x="13" class="counter" href="#t-1" data-allegiance="liao" data-number="1"/> <use data-x="14" class="counter" href="#t-2" data-allegiance="liao" data-number="2"/> <use data-x="15" class="counter" href="#t-3" data-allegiance="liao" data-number="3"/> <use data-x="16" class="counter" href="#t-4" data-allegiance="liao" data-number="4"/> @@ -72,8 +73,8 @@ </g> </g> <g data-y="0"> - <g data-x="0"><use href="#hex"/><use class="counter" href="#t-1" data-allegiance="liao" data-number="1"/></g> - <g data-x="1"><use href="#hex"/><use href="#counter-grenade"/></g> + <g data-x="0"><use href="#hex"/></g> + <g data-x="1"><use href="#hex"/></g> <g data-x="2"><use href="#hex"/></g> <g data-x="3"><use href="#hex"/></g> <g data-x="4"><use href="#hex"/></g> |