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-1.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-1.tmx')
-rw-r--r-- | maps/008-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/008-1.tmx b/maps/008-1.tmx index 8a73dd42..ec6b82c4 100644 --- a/maps/008-1.tmx +++ b/maps/008-1.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="200" height="200" tilewidth="32" tileheight="32" nextobjectid="29"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="30"> <properties> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> @@ -1046,6 +1046,14 @@ <property name="dest_y" value="64"/> </properties> </object> + <object id="29" name="Second Floor" type="warp" x="1376" y="3296" 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> </objectgroup> <objectgroup color="#7fff00" name="Monsters Layer 1" visible="0"> <object id="7" name="Ratto" type="Spawn" x="4480" y="3936" width="1024" height="992"> |