diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-27 18:34:15 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-27 18:34:25 +0100 |
commit | f3f3fed428aa37c750fff730ddabb8d4c9a7485c (patch) | |
tree | d99986a3e865afa60fb554fe0bcd00017cb034a0 /maps/007-1.tmx | |
parent | a631a3e8aaf99fa5ea93e932f8859344d8f04226 (diff) | |
download | clientdata-f3f3fed428aa37c750fff730ddabb8d4c9a7485c.tar.gz clientdata-f3f3fed428aa37c750fff730ddabb8d4c9a7485c.tar.bz2 clientdata-f3f3fed428aa37c750fff730ddabb8d4c9a7485c.tar.xz clientdata-f3f3fed428aa37c750fff730ddabb8d4c9a7485c.zip |
add warps
Diffstat (limited to 'maps/007-1.tmx')
-rw-r--r-- | maps/007-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index 65731a32..78e9e2a1 100644 --- a/maps/007-1.tmx +++ b/maps/007-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="102"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="104"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -2158,5 +2158,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="102" name="to outdoor private zone" type="warp" x="2720" y="1664" width="32" height="32"> + <properties> + <property name="dest_map" value="004-1"/> + <property name="dest_x" value="92"/> + <property name="dest_y" value="115"/> + </properties> + </object> + <object id="103" name="graphics/particles/flame.particle.xml" type="particle_effect" x="2368" y="2080" width="32" height="32"/> </objectgroup> </map> |