diff options
Diffstat (limited to 'db/maps/candy-town.svg')
-rw-r--r-- | db/maps/candy-town.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/maps/candy-town.svg b/db/maps/candy-town.svg new file mode 100644 index 0000000..2dab5f3 --- /dev/null +++ b/db/maps/candy-town.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/Candy_Town.png" /> + + <rect data-location="hospital" x="127" y="431" width="210" height="130" stroke="red" fill="transparent" /> + <rect data-location="scoop_store" x="17" y="144" width="80" height="64" stroke="red" fill="transparent" /> +</svg> |