diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-05 18:38:11 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-05 18:38:11 +0000 |
commit | c6c5f0fea31a00df1bc551a0e26b4531ac04506e (patch) | |
tree | acb67f46a2a0d425acef6b6b392ac38a36f8114f | |
parent | 842ee2dc27ff17ee19a1e8d02f86cbdd678de719 (diff) | |
download | clientdata-c6c5f0fea31a00df1bc551a0e26b4531ac04506e.tar.gz clientdata-c6c5f0fea31a00df1bc551a0e26b4531ac04506e.tar.bz2 clientdata-c6c5f0fea31a00df1bc551a0e26b4531ac04506e.tar.xz clientdata-c6c5f0fea31a00df1bc551a0e26b4531ac04506e.zip |
fix black warp 004-2-4.tmx
-rw-r--r-- | maps/004-2-4.tmx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/maps/004-2-4.tmx b/maps/004-2-4.tmx index 4b4e0894..591414da 100644 --- a/maps/004-2-4.tmx +++ b/maps/004-2-4.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="175" height="121" tilewidth="32" tileheight="32" infinite="0" nextlayerid="106" nextobjectid="55"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="175" height="121" tilewidth="32" tileheight="32" infinite="0" nextlayerid="106" nextobjectid="56"> <properties> <property name="music" value="night-is-calling.ogg"/> <property name="name" value="Rossy Battle Caves"/> @@ -648,6 +648,13 @@ <property name="dest_y" value="57"/> </properties> </object> + <object id="55" name="To Cave" type="warp" x="2432" y="3200" width="34" height="32"> + <properties> + <property name="dest_map" value="004-2-3"/> + <property name="dest_x" value="134"/> + <property name="dest_y" value="58"/> + </properties> + </object> </objectgroup> <objectgroup id="12" name="margin"/> <objectgroup color="#ff0000" id="29" name="help"> @@ -662,6 +669,6 @@ <object id="32" name="margin" x="0.636367" y="839.087" width="960" height="640"/> <object id="33" name="margin" x="3365.31" y="-0.136367" width="960" height="640"/> <object id="34" name="margin" x="4639.79" y="1550.47" width="960" height="640"/> - <object id="35" name="margin" x="2032.53" y="3234.72" width="960" height="640"/> + <object id="35" name="margin" x="2032.53" y="3232.72" width="960" height="640"/> </objectgroup> </map> |