diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-12-04 06:24:19 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-12-04 06:24:19 -0700 |
commit | 774ac70a630c7bc4afc61f5ce338cb0559333876 (patch) | |
tree | 76a4c680e4b62a3bd034ea869a38cfd035f3d097 /maps/015-1.tmx | |
parent | 8a29e5f82ba9e64656706e47ae8aa2032b748b19 (diff) | |
download | clientdata-774ac70a630c7bc4afc61f5ce338cb0559333876.tar.gz clientdata-774ac70a630c7bc4afc61f5ce338cb0559333876.tar.bz2 clientdata-774ac70a630c7bc4afc61f5ce338cb0559333876.tar.xz clientdata-774ac70a630c7bc4afc61f5ce338cb0559333876.zip |
Add swamp warps
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 6a9bfcbc..f89281c1 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -92,5 +92,12 @@ <property name="monster_id" value="35"/> </properties> </object> + <object name="toSwamp" type="warp" x="1824" y="3232" width="128" height="32"> + <properties> + <property name="dest_map" value="025-1"/> + <property name="dest_x" value="2848"/> + <property name="dest_y" value="640"/> + </properties> + </object> </objectgroup> </map> |