Build scenarios from data in SVG files
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 200 300">
|
||||
<g class="gameboard">
|
||||
<g class="grid">
|
||||
<use class="mapsheet2" href="mapsheets.svg#mapsheet2"/>
|
||||
<use class="mapsheet3" href="mapsheets.svg#mapsheet3"/>
|
||||
<g class="mapsheets">
|
||||
<g><use class="mapsheet2" href="mapsheets.svg#mapsheet2"/></g>
|
||||
<g><use class="mapsheet3" href="mapsheets.svg#mapsheet3"/></g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<g class="start-locations" data-attacker-name="liao" data-defender-name="davion">
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user