diff options
Diffstat (limited to 'maps/001-2-13.tmx')
-rw-r--r-- | maps/001-2-13.tmx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/maps/001-2-13.tmx b/maps/001-2-13.tmx index 9a6e1a37..ad0729fc 100644 --- a/maps/001-2-13.tmx +++ b/maps/001-2-13.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="66" height="62" tilewidth="32" tileheight="32" backgroundcolor="#a0a0a0" nextobjectid="3"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="66" height="62" tilewidth="32" tileheight="32" backgroundcolor="#a0a0a0" nextobjectid="4"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -376,7 +376,12 @@ <properties> <property name="dest_map" value="001-2-12"/> <property name="dest_x" value="27"/> - <property name="dest_y" value="30"/> + <property name="dest_y" value="28"/> + </properties> + </object> + <object id="3" name="save" type="save" x="1312" y="992" width="32" height="32"> + <properties> + <property name="inn" value="CURRENT_INN"/> </properties> </object> </objectgroup> |