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