diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 23:38:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 23:38:24 -0300 |
commit | 101fb7bbf01bf8c1d0e57ba2b161e85e86a2de23 (patch) | |
tree | bafcca262df972fd903ce33e1dfb90bc5e2a206f | |
parent | ed29a4cb7050eb4588ac808c0024d77c00624a1d (diff) | |
download | clientdata-101fb7bbf01bf8c1d0e57ba2b161e85e86a2de23.tar.gz clientdata-101fb7bbf01bf8c1d0e57ba2b161e85e86a2de23.tar.bz2 clientdata-101fb7bbf01bf8c1d0e57ba2b161e85e86a2de23.tar.xz clientdata-101fb7bbf01bf8c1d0e57ba2b161e85e86a2de23.zip |
Add exit from the Existence Frontier
-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> |