diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-23 00:24:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-23 00:24:50 +0200 |
commit | 4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (patch) | |
tree | 7a0229eb721d81c7579a7f5f721a503136c98095 /db/maps | |
parent | dbcd0118863ff3e7c5bee45041ccdb757eb2f366 (diff) |
area connections and town maps
Diffstat (limited to 'db/maps')
-rw-r--r-- | db/maps/Cotton_town.png | bin | 0 -> 83611 bytes | |||
-rw-r--r-- | db/maps/cotton-town.svg | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/db/maps/Cotton_town.png b/db/maps/Cotton_town.png Binary files differnew file mode 100644 index 0000000..bc795b4 --- /dev/null +++ b/db/maps/Cotton_town.png diff --git a/db/maps/cotton-town.svg b/db/maps/cotton-town.svg new file mode 100644 index 0000000..d2d7314 --- /dev/null +++ b/db/maps/cotton-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/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> |