diff options
Diffstat (limited to 'maps/029-7.tmx')
-rw-r--r-- | maps/029-7.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/029-7.tmx b/maps/029-7.tmx index 59e6dd31..6bc7ff64 100644 --- a/maps/029-7.tmx +++ b/maps/029-7.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="145" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="16"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="145" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="17"> <properties> <property name="music" value="Ruins.ogg"/> <property name="name" value="Ruined Swamps"/> @@ -1465,5 +1465,12 @@ <object id="12" name="graphics/particles/lightning-map.xml" type="particle_effect" x="1464" y="3904" width="232" height="144"/> <object id="13" name="graphics/particles/lightning-map.xml" type="particle_effect" x="3608" y="3648" width="232" height="144"/> <object id="14" name="graphics/particles/lightning-map.xml" type="particle_effect" x="2520" y="672" width="232" height="144"/> + <object id="16" name="Exit" type="warp" x="3360" y="3968" width="32" height="32"> + <properties> + <property name="dest_map" value="029-6"/> + <property name="dest_x" value="27"/> + <property name="dest_y" value="92"/> + </properties> + </object> </objectgroup> </map> |