diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-02 14:59:09 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-02 14:59:09 +0200 |
commit | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (patch) | |
tree | 9188abac0d7b7730ded1e8e154c3f7c589f785cf /db/maps | |
parent | 1d29ee6d87d3794a9319bca5bf36afdfe176072c (diff) |
translations and story
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" /> |