diff options
Diffstat (limited to 'maps/001-2-38.tmx')
-rw-r--r-- | maps/001-2-38.tmx | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/maps/001-2-38.tmx b/maps/001-2-38.tmx index 4db6f537..02faa2a9 100644 --- a/maps/001-2-38.tmx +++ b/maps/001-2-38.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="61" height="71" tilewidth="32" tileheight="32" nextobjectid="26"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="61" height="71" tilewidth="32" tileheight="32" nextobjectid="30"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -437,5 +437,25 @@ <property name="dest_y" value="33"/> </properties> </object> + <object id="26" name="save" type="save" x="800" y="1312" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> + </properties> + </object> + <object id="27" name="save" type="save" x="1120" y="1312" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> + </properties> + </object> + <object id="28" name="save" type="save" x="1120" y="1472" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> + </properties> + </object> + <object id="29" name="save" type="save" x="800" y="1472" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> + </properties> + </object> </objectgroup> </map> |