diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-07 03:31:45 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-07 03:31:54 +0300 |
commit | 22223819cd28b84d5e472522798e6603da4708bf (patch) | |
tree | e2babd6668fb7ba376378dc4c0cf70d3f0446d55 /maps/001-2-11.tmx | |
parent | 78a9ea3f2e2384faae85e91f85e5d83ac1b57c6e (diff) | |
download | clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.gz clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.bz2 clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.xz clientdata-22223819cd28b84d5e472522798e6603da4708bf.zip |
fix some warps in Artis maps
Diffstat (limited to 'maps/001-2-11.tmx')
-rw-r--r-- | maps/001-2-11.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/001-2-11.tmx b/maps/001-2-11.tmx index a457084f..9d0d3bf6 100644 --- a/maps/001-2-11.tmx +++ b/maps/001-2-11.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="72" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="72" tilewidth="32" tileheight="32" nextobjectid="2"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -73,11 +73,11 @@ </data> </layer> <objectgroup name="Object"> - <object name=" " type="warp" x="1472" y="1472" width="32" height="32"> + <object id="1" name="To Artis" type="warp" x="1472" y="1472" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> - <property name="dest_x" value="0"/> - <property name="dest_y" value="0"/> + <property name="dest_x" value="148"/> + <property name="dest_y" value="55"/> </properties> </object> </objectgroup> |