diff options
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"> |