diff options
Diffstat (limited to 'db/maps/dragons-cave.svg')
-rw-r--r-- | db/maps/dragons-cave.svg | 13 |
1 files changed, 13 insertions, 0 deletions
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> |