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-05-19 10:18:43 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-19 10:18:43 -0700 |
commit | 9c75a7124199f21549b1fbacfcfddade9c013c82 (patch) | |
tree | 9714613a1f74fd708a3b78c0bb4f1973b7061254 /public/assets/images/scenario-dragon_hunting.svg | |
parent | 2f7efc76e0ef8165dea677d3e40efb11c528cac3 (diff) |
Clean up scenario files
Diffstat (limited to 'public/assets/images/scenario-dragon_hunting.svg')
-rw-r--r-- | public/assets/images/scenario-dragon_hunting.svg | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg index e27e404..27b0bdf 100644 --- a/public/assets/images/scenario-dragon_hunting.svg +++ b/public/assets/images/scenario-dragon_hunting.svg @@ -1,11 +1,7 @@ <?xml version="1.0" standalone="no"?> -<svg viewBox="-150 -150 600 800" xmlns="http://www.w3.org/2000/svg"> +<svg viewBox="-15.639999389648438 -129.2300262451172 2320.879638671875 4871.5654296875" xmlns="http://www.w3.org/2000/svg"> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="http://localhost:8080/assets/css/map.css" type="text/css" /> <style> - #image-maps image { - transform: none; - } - g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 78; } @@ -69,10 +65,12 @@ <use href="http://localhost:8080/assets/images/mapsheets.svg#map3" style="transform: translate(0, 780.5px);"/> <rect id="dots" fill="url(#asterisk)"/> + <g id="firing-arcs"> <g id="shapes"/> <g id="lines"/> </g> + <g class="start-locations"> <g data-edge="north"> <g data-x="13"> @@ -121,6 +119,7 @@ </g> </g> </g> + <g class="grid"/> </g> <script data-cols="33" data-rows="77" href="http://localhost:8080/map.js"/> |