diff options
Diffstat (limited to 'db/maps')
-rw-r--r-- | db/maps/Cotton_Tunnel.png | bin | 0 -> 19513 bytes | |||
-rw-r--r-- | db/maps/Dragons_Cave.png | bin | 0 -> 57936 bytes | |||
-rw-r--r-- | db/maps/cotton-tunnel.svg | 7 | ||||
-rw-r--r-- | db/maps/dragons-cave.svg | 13 | ||||
-rw-r--r-- | db/maps/paper-town.svg | 2 |
5 files changed, 21 insertions, 1 deletions
diff --git a/db/maps/Cotton_Tunnel.png b/db/maps/Cotton_Tunnel.png Binary files differnew file mode 100644 index 0000000..7c444ef --- /dev/null +++ b/db/maps/Cotton_Tunnel.png diff --git a/db/maps/Dragons_Cave.png b/db/maps/Dragons_Cave.png Binary files differnew file mode 100644 index 0000000..346470e --- /dev/null +++ b/db/maps/Dragons_Cave.png diff --git a/db/maps/cotton-tunnel.svg b/db/maps/cotton-tunnel.svg new file mode 100644 index 0000000..444c18e --- /dev/null +++ b/db/maps/cotton-tunnel.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 640 320" +> + <image href="/db/maps/Cotton_Tunnel.png" /> +</svg> diff --git a/db/maps/dragons-cave.svg b/db/maps/dragons-cave.svg new file mode 100644 index 0000000..8d67ec8 --- /dev/null +++ b/db/maps/dragons-cave.svg @@ -0,0 +1,13 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 320 640" +> + <image href="/db/maps/Dragons_Cave.png" /> + + <rect + data-story="drokoro" + data-interactable="true" data-blackout="true" + x="179" y="18" width="92" height="55" stroke="red" fill="transparent" + /> +</svg> diff --git a/db/maps/paper-town.svg b/db/maps/paper-town.svg index bbde182..287552a 100644 --- a/db/maps/paper-town.svg +++ b/db/maps/paper-town.svg @@ -9,7 +9,7 @@ <rect data-location="scoop_store" x="272" y="144" width="80" height="64" stroke="red" fill="transparent" /> <rect - data-story="selectStarterMonster" data-story-once="true" + data-story="select-starter-monster" data-interactable="true" x="481" y="175" width="14" height="34" stroke="red" fill="transparent" /> |