diff options
Diffstat (limited to 'maps/001-2-1.tmx')
-rw-r--r-- | maps/001-2-1.tmx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/maps/001-2-1.tmx b/maps/001-2-1.tmx index a1773e4e..817c50de 100644 --- a/maps/001-2-1.tmx +++ b/maps/001-2-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="67" tilewidth="32" tileheight="32" nextobjectid="2"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="67" tilewidth="32" tileheight="32" nextobjectid="3"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -410,6 +410,11 @@ <property name="dest_y" value="31"/> </properties> </object> + <object id="2" name="save" type="save" x="864" y="928" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> + </properties> + </object> </objectgroup> <layer name="Heights" width="75" height="67"> <data encoding="csv"> |