Build scenarios from scenario files
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user