diff options
Diffstat (limited to 'db/maps/flower-city.svg')
-rw-r--r-- | db/maps/flower-city.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/maps/flower-city.svg b/db/maps/flower-city.svg new file mode 100644 index 0000000..dc4c4b2 --- /dev/null +++ b/db/maps/flower-city.svg @@ -0,0 +1,10 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 640 640" +> + <image href="/db/maps/Flower_City.png" /> + + <rect data-location="healing_center" x="224" y="192" width="80" height="64" stroke="red" fill="transparent" /> + <rect data-location="scoop_store" x="368" y="320" width="80" height="64" stroke="red" fill="transparent" /> +</svg> |