diff options
author | wushin <pasekei@gmail.com> | 2016-10-12 09:59:13 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-10-12 11:15:25 -0500 |
commit | 6be78dd8a4ef04298a93c98dcf6536efd04cde97 (patch) | |
tree | b65f6c10e3a051cd41e01bce64a2cc7d2ba7aa76 /maps/001-2-1.tmx | |
parent | 59d87c3b93a0363bb003fd1f3c2f8031e186869f (diff) | |
download | clientdata-6be78dd8a4ef04298a93c98dcf6536efd04cde97.tar.gz clientdata-6be78dd8a4ef04298a93c98dcf6536efd04cde97.tar.bz2 clientdata-6be78dd8a4ef04298a93c98dcf6536efd04cde97.tar.xz clientdata-6be78dd8a4ef04298a93c98dcf6536efd04cde97.zip |
Convert generic saves to automation
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"> |