blob: 664ebbd880327854368ee2433a6cb1b946c0fb20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 640 320"
>
<image href="/db/maps/Paper_town.png" />
<rect data-location="home" x="113" y="21" width="78" height="92" stroke="red" fill="transparent" />
<rect data-location="scoop_store" x="272" y="144" width="80" height="64" stroke="red" fill="transparent" />
<!--
<rect
data-story="select-starter-monster"
data-interactable="true"
x="353" y="143" width="14" height="32" stroke="red" fill="transparent"
/>
<rect
data-story="select-starter-monster"
data-interactable="true"
x="353" y="175" width="14" height="34" stroke="red" fill="transparent"
/>
-->
<rect
data-story="select-starter-monster"
data-interactable="true"
x="481" y="175" width="14" height="34" stroke="red" fill="transparent"
/>
<rect
data-story="select-starter-monster"
data-interactable="true"
x="433" y="143" width="30" height="18" stroke="red" fill="transparent"
/>
<rect
data-story="select-starter-monster"
data-interactable="true"
x="465" y="143" width="30" height="18" stroke="red" fill="transparent"
/>
</svg>
|