diff options
author | Reid <reidyaro@gmail.com> | 2015-10-25 17:04:00 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:15:09 +0100 |
commit | bb68e402b07ad586c3a2715bce029b609eb1051a (patch) | |
tree | 0062bbf50fff86971979229f2e2b11eee1581bc7 /maps | |
parent | 1365d895b5a159de8dd96b42183cf79514805faa (diff) | |
download | clientdata-bb68e402b07ad586c3a2715bce029b609eb1051a.tar.gz clientdata-bb68e402b07ad586c3a2715bce029b609eb1051a.tar.bz2 clientdata-bb68e402b07ad586c3a2715bce029b609eb1051a.tar.xz clientdata-bb68e402b07ad586c3a2715bce029b609eb1051a.zip |
Re-allign warp objects on 000-2-0.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/000-2-0.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/000-2-0.tmx b/maps/000-2-0.tmx index d674e650..7f2bb53b 100644 --- a/maps/000-2-0.tmx +++ b/maps/000-2-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32" nextobjectid="4"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -55,21 +55,21 @@ </data> </layer> <objectgroup name="Object"> - <object name="ToOutside" type="warp" x="612" y="896" width="28" height="32"> + <object id="1" name="ToOutside" type="warp" x="608" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-1"/> <property name="dest_x" value="4512"/> <property name="dest_y" value="2208"/> </properties> </object> - <object name="To Nard's Room" type="warp" x="1056" y="896" width="28" height="32"> + <object id="2" name="To Nard's Room" type="warp" x="1056" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-2-3"/> <property name="dest_x" value="640"/> <property name="dest_y" value="864"/> </properties> </object> - <object name="To Second Deck" type="warp" x="992" y="804" width="32" height="28"> + <object id="3" name="To Second Deck" type="warp" x="992" y="800" width="32" height="32"> <properties> <property name="dest_map" value="000-2-1"/> <property name="dest_x" value="1952"/> |