diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-05 21:01:00 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-05 21:01:00 +0000 |
commit | f96cceb947779c63173d880fb9a7cf8f7db7e7e5 (patch) | |
tree | 9c92b6d6a1d1c79438525286c0412202a4a8f037 | |
parent | cbae5acd6c5badab5ede028723f47c7345771ff4 (diff) | |
download | clientdata-f96cceb947779c63173d880fb9a7cf8f7db7e7e5.tar.gz clientdata-f96cceb947779c63173d880fb9a7cf8f7db7e7e5.tar.bz2 clientdata-f96cceb947779c63173d880fb9a7cf8f7db7e7e5.tar.xz clientdata-f96cceb947779c63173d880fb9a7cf8f7db7e7e5.zip |
fix all waprs 010-2-11.tmx
-rw-r--r-- | maps/010-2-11.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/010-2-11.tmx b/maps/010-2-11.tmx index 70c0213e..ae481c3c 100644 --- a/maps/010-2-11.tmx +++ b/maps/010-2-11.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="93" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="31" nextobjectid="41"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="93" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="31" nextobjectid="42"> <properties> <property name="music" value="night-is-calling.ogg"/> <property name="name" value="Rossy Battle Caves"/> @@ -417,6 +417,13 @@ <property name="dest_y" value="92"/> </properties> </object> + <object id="41" name="To Cave" type="warp" x="1408" y="1728" width="32" height="32"> + <properties> + <property name="dest_map" value="010-2-10"/> + <property name="dest_x" value="52"/> + <property name="dest_y" value="25"/> + </properties> + </object> </objectgroup> <objectgroup color="#ffff00" id="6" name="Objects"> <object id="32" name="margin" x="-7.0303" y="836.364" width="960" height="640"/> |