diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-23 20:29:07 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-23 20:29:07 +0200 |
commit | 7b1c251fcb085dc37de439ea1137373f1905d82e (patch) | |
tree | 32e3f2cd4367507726af6d0172e9621a37dff576 /db/maps/leather-town.svg | |
parent | 4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (diff) |
areas and capture and more
Diffstat (limited to 'db/maps/leather-town.svg')
-rw-r--r-- | db/maps/leather-town.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/db/maps/leather-town.svg b/db/maps/leather-town.svg new file mode 100644 index 0000000..9607b32 --- /dev/null +++ b/db/maps/leather-town.svg @@ -0,0 +1,13 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 640 640" +> + <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> |