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 | |
parent | 4ce55ea0cd7db1077bc7919ee976458c900c968c (diff) |
Rename element class 'board' to 'gameboard'
Diffstat (limited to 'public')
-rw-r--r-- | public/map.css | 2 | ||||
-rw-r--r-- | public/map1.svg | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/map.css b/public/map.css index a53359c..1a57998 100644 --- a/public/map.css +++ b/public/map.css @@ -199,7 +199,7 @@ g.selected use { fill: red; } -.board, .gameboard { +.gameboard { transform: translate(19px, 31px) scale(4); } 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> |