Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-07-10 17:35:18 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-07-10 17:35:18 -0700
commitb3f902f012e04facad489c613b5c577a1788b570 (patch)
treea0dd26414256b88cd800424cc8cee91a918cb34b /public/assets/images/scenario-dragon_hunting.svg
parent4cf7aaab807f36721416eedfe5f9fab3f0c55e20 (diff)
Build scenarios from scenario files
Diffstat (limited to 'public/assets/images/scenario-dragon_hunting.svg')
-rw-r--r--public/assets/images/scenario-dragon_hunting.svg11
1 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg
index 878c667..5acf1da 100644
--- a/public/assets/images/scenario-dragon_hunting.svg
+++ b/public/assets/images/scenario-dragon_hunting.svg
@@ -1,9 +1,12 @@
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300">
+ <defs></defs>
<g class="gameboard">
- <use class="mapsheet" href="mapsheets.svg#map2"/>
- <use class="mapsheet" href="mapsheets.svg#map1" style="transform: translate(0, 390.25px);"/>
- <use class="mapsheet" href="mapsheets.svg#map3" style="transform: translate(0, 780.5px);"/>
+ <g class="grid">
+ <use class="mapsheet2" href="mapsheets.svg#mapsheet2"/>
+ <use class="mapsheet1" href="mapsheets.svg#mapsheet1"/>
+ <use class="mapsheet3" href="mapsheets.svg#mapsheet3"/>
+ </g>
<g class="start-locations" data-attacker-name="liao" data-defender-name="davion">
<g data-edge="north" style="--i: -2">
@@ -110,6 +113,4 @@
</g>
</g>
</g>
-
- <script data-cols="33" data-rows="77"/>
</svg>