diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-05 16:42:57 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-05 16:42:57 +0000 |
commit | 81e92908c851cf4dc20b800c55c806f2e0678d1a (patch) | |
tree | 7e583c407cf44bfd33487ffd6c6b04f9434bee5c | |
parent | fd01856d94067f4c2c91ac4fab02493acce5eab5 (diff) | |
download | clientdata-81e92908c851cf4dc20b800c55c806f2e0678d1a.tar.gz clientdata-81e92908c851cf4dc20b800c55c806f2e0678d1a.tar.bz2 clientdata-81e92908c851cf4dc20b800c55c806f2e0678d1a.tar.xz clientdata-81e92908c851cf4dc20b800c55c806f2e0678d1a.zip |
fix all warp 004-2-9.tmx
-rw-r--r-- | maps/004-2-9.tmx | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/maps/004-2-9.tmx b/maps/004-2-9.tmx index 7020623e..d6adb3f2 100644 --- a/maps/004-2-9.tmx +++ b/maps/004-2-9.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="94" height="78" tilewidth="32" tileheight="32" infinite="0" nextlayerid="61" nextobjectid="42"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="94" height="78" tilewidth="32" tileheight="32" infinite="0" nextlayerid="61" nextobjectid="44"> <properties> <property name="music" value="night-is-calling.ogg"/> <property name="name" value="Rossy Battle Caves"/> @@ -432,6 +432,20 @@ <property name="dest_tile_y" value="30"/> </properties> </object> + <object id="42" name="To Outside" type="warp" x="1728" y="1760" width="32" height="32"> + <properties> + <property name="dest_map" value="007-1-2"/> + <property name="dest_tile_x" value="42"/> + <property name="dest_tile_y" value="22"/> + </properties> + </object> + <object id="43" name="To Outside" type="warp" x="1920" y="672" width="32" height="32"> + <properties> + <property name="dest_map" value="004-2-1"/> + <property name="dest_tile_x" value="100"/> + <property name="dest_tile_y" value="23"/> + </properties> + </object> </objectgroup> <objectgroup color="#ffff00" id="6" name="Objects"> <object id="32" name="margin" x="-0.0303" y="1088.36" width="960" height="640"/> |