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-28 16:46:25 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:46:25 -0700 |
commit | 3e521e2f64809edc47f50f7215a6a05dd32b69dc (patch) | |
tree | c82fcea9de791b5090383a4cbf3ad10a92cc06e0 /public/map1.svg | |
parent | 4ce55ea0cd7db1077bc7919ee976458c900c968c (diff) |
Rename element class 'board' to 'gameboard'
Diffstat (limited to 'public/map1.svg')
-rw-r--r-- | public/map1.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/map1.svg b/public/map1.svg index 99f6e95..efae907 100644 --- a/public/map1.svg +++ b/public/map1.svg @@ -45,7 +45,7 @@ <image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518"/> </g> - <g class="board"> + <g class="gameboard"> <g id="firing-arcs"> <g id="shapes"/> <g id="lines"/> @@ -1858,4 +1858,5 @@ </g> </g> </g> + <script href="map.js"></script> </svg> |