diff options
-rw-r--r-- | maps/008-1.tmx | 10 | ||||
-rw-r--r-- | maps/008-2.tmx | 27 |
2 files changed, 34 insertions, 3 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"> 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> |