diff options
Diffstat (limited to 'maps/081-1.tmx')
-rw-r--r-- | maps/081-1.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/081-1.tmx b/maps/081-1.tmx index 8611864a..7cbbbc9f 100644 --- a/maps/081-1.tmx +++ b/maps/081-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="26"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="27"> <properties> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> <property name="background0parallax" value="1.0"/> @@ -949,5 +949,12 @@ <object id="22" name="graphics/particles/circle-magic.xml" type="particle_effect" x="1856" y="3360" width="32" height="32"/> <object id="23" name="graphics/particles/portal.particle.xml" type="particle_effect" x="1856" y="3360" width="32" height="32"/> <object id="25" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="1856" y="3392" width="32" height="32"/> + <object id="26" name="Leave" type="warp" x="1856" y="3328" width="32" height="32"> + <properties> + <property name="dest_map" value="020-1"/> + <property name="dest_x" value="84"/> + <property name="dest_y" value="75"/> + </properties> + </object> </objectgroup> </map> |