diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-31 20:23:06 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-31 20:23:06 +0200 |
commit | c657c77d0cf49afba627b93848e1915e2ce7d3ff (patch) | |
tree | 5d96a65df277f52558cd5ff84f2fefbf4480a926 /db/maps | |
parent | 7f6ab8779bd143b1b5f3465e3681abcbc113d19d (diff) |
story and npcs
Diffstat (limited to 'db/maps')
-rw-r--r-- | db/maps/cotton-town.svg | 3 | ||||
-rw-r--r-- | db/maps/dryads-grove.svg | 5 | ||||
-rw-r--r-- | db/maps/leather-town.svg | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/db/maps/cotton-town.svg b/db/maps/cotton-town.svg index d2d7314..0137fb1 100644 --- a/db/maps/cotton-town.svg +++ b/db/maps/cotton-town.svg @@ -5,9 +5,6 @@ > <image href="/db/maps/Cotton_town.png" /> - <text x="275" y="445">Healing Center</text> <rect data-location="healing_center" x="288" y="368" width="80" height="64" stroke="red" fill="transparent" /> - - <text x="470" y="573">Shop</text> <rect data-location="cotton_scoop" x="448" y="496" width="80" height="64" stroke="red" fill="transparent" /> </svg> diff --git a/db/maps/dryads-grove.svg b/db/maps/dryads-grove.svg index ada9703..09a5f29 100644 --- a/db/maps/dryads-grove.svg +++ b/db/maps/dryads-grove.svg @@ -5,5 +5,8 @@ > <image href="/db/maps/Dryads_Grove.png" /> - <rect data-encounter="volcoli" data-encounter-level="55" x="544" y="207" width="16" height="16" stroke="red" fill="transparent" /> + <rect + data-encounter="volcoli" data-encounter-level="55" + data-interactable="true" + x="544" y="207" width="16" height="16" stroke="red" fill="transparent" /> </svg> diff --git a/db/maps/leather-town.svg b/db/maps/leather-town.svg index 9607b32..f131896 100644 --- a/db/maps/leather-town.svg +++ b/db/maps/leather-town.svg @@ -5,9 +5,6 @@ > <image href="/db/maps/Leather_Town.png" /> - <text x="323" y="174">Healing Center</text> <rect data-location="healing_center" x="336" y="97" width="80" height="64" stroke="red" fill="transparent" /> - - <text x="226" y="174">Shop</text> <rect data-location="leather_scoop" x="208" y="97" width="80" height="64" stroke="red" fill="transparent" /> </svg> |