diff options
Diffstat (limited to 'maps/008-1.tmx')
-rw-r--r-- | maps/008-1.tmx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/maps/008-1.tmx b/maps/008-1.tmx index f7aa966e..e10e76d1 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="6"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="7"> <properties> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> @@ -9,10 +9,10 @@ <property name="name" value="1st Floor - Party Dungeon"/> </properties> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> - <image source="../../art/graphics/tilesets/collision.png" width="96" height="96"/> + <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> - <image source="../../art/graphics/tilesets/cave.png" width="512" height="256"/> + <image source="../graphics/tilesets/cave.png" width="512" height="256"/> </tileset> <layer name="Ground" width="200" height="200"> <data encoding="csv"> @@ -1039,5 +1039,12 @@ <object id="2" name="Margin" type="fixme" x="5760" y="5760" width="640" height="640"/> <object id="4" name="Margin" type="fixme" x="5760" y="0" width="640" height="640"/> <object id="5" name="Margin" type="fixme" x="0" y="5760" width="640" height="640"/> + <object id="6" name="Leave Dungeon" type="warp" x="5632" y="608" width="32" height="32"> + <properties> + <property name="dest_map" value="008-0"/> + <property name="dest_x" value="47"/> + <property name="dest_y" value="64"/> + </properties> + </object> </objectgroup> </map> |