diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-03 13:41:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-03 13:41:42 -0300 |
commit | 1cfcccefefcec3645633f3adfdcb0c59d7f33bab (patch) | |
tree | 05596969e850188843d4cfa0de83a89631c3614a /maps/008-2.tmx | |
parent | 16cc77a5e96e5d37206fb011857dd56567915ce6 (diff) | |
download | clientdata-1cfcccefefcec3645633f3adfdcb0c59d7f33bab.tar.gz clientdata-1cfcccefefcec3645633f3adfdcb0c59d7f33bab.tar.bz2 clientdata-1cfcccefefcec3645633f3adfdcb0c59d7f33bab.tar.xz clientdata-1cfcccefefcec3645633f3adfdcb0c59d7f33bab.zip |
fake warps to make browsing easier. More particles welcome.
Diffstat (limited to 'maps/008-2.tmx')
-rw-r--r-- | maps/008-2.tmx | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/maps/008-2.tmx b/maps/008-2.tmx index b179627d..4002ecea 100644 --- a/maps/008-2.tmx +++ b/maps/008-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="160" height="280" tilewidth="32" tileheight="32" nextobjectid="6"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="160" height="280" tilewidth="32" tileheight="32" nextobjectid="10"> <properties> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> @@ -1437,10 +1437,33 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects"> <object id="1" name="Margin" type="fixme" x="0" y="0" width="640" height="640"/> <object id="2" name="Margin" type="fixme" x="4480" y="8320" width="640" height="640"/> <object id="4" name="Margin" type="fixme" x="4480" y="0" width="640" height="640"/> <object id="5" name="Margin" type="fixme" x="0" y="8320" width="640" height="640"/> + <object id="6" name="First Floor" type="warp" x="4320" y="608" width="32" height="32"> + <properties> + <property name="dest_map" value="008-0"/> + <property name="dest_x" value="0"/> + <property name="dest_y" value="0"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> + <object id="7" name="Third Floor" type="warp" x="2560" y="7520" width="32" height="32"> + <properties> + <property name="dest_map" value="008-0"/> + <property name="dest_x" value="0"/> + <property name="dest_y" value="0"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> + <object id="8" name="Return" type="warp" x="2560" y="8160" width="32" height="32"> + <properties> + <property name="dest_map" value="008-2"/> + <property name="dest_x" value="54"/> + <property name="dest_y" value="237"/> + </properties> + </object> </objectgroup> </map> |