diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
commit | 32b19aa9504ce24fe0e98a5c9e2fa2be9612fa88 (patch) | |
tree | e0e9be8a056ba498f2998fcc85495e6641d34af6 /db/maps/paper-town.svg | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/maps/paper-town.svg')
-rw-r--r-- | db/maps/paper-town.svg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/db/maps/paper-town.svg b/db/maps/paper-town.svg index 287552a..664ebbd 100644 --- a/db/maps/paper-town.svg +++ b/db/maps/paper-town.svg @@ -8,9 +8,32 @@ <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> |