diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-22 12:46:38 -0400 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-22 10:56:47 -0600 |
commit | cb450766ffdf537ea6cf499adbde5b458539e56a (patch) | |
tree | 0ce402ff853b93fd608e2ab867c73511348d3d0c | |
parent | 96b7ecd4fa990298aafed2c89ee987be80b0ed0f (diff) | |
download | clientdata-cb450766ffdf537ea6cf499adbde5b458539e56a.tar.gz clientdata-cb450766ffdf537ea6cf499adbde5b458539e56a.tar.bz2 clientdata-cb450766ffdf537ea6cf499adbde5b458539e56a.tar.xz clientdata-cb450766ffdf537ea6cf499adbde5b458539e56a.zip |
Removed warp object to 002-4
Removed the warp object to 002-4, warp is now based on an npc
-rw-r--r-- | maps/002-3.tmx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/maps/002-3.tmx b/maps/002-3.tmx index 9cf9c3f5..57ad04e4 100644 --- a/maps/002-3.tmx +++ b/maps/002-3.tmx @@ -34,13 +34,6 @@ </data> </layer> <objectgroup name="Objects" width="0" height="0"> - <object name="toLevel2" type="warp" x="2176" y="3136" width="32" height="32"> - <properties> - <property name="dest_map" value="002-4"/> - <property name="dest_x" value="1088"/> - <property name="dest_y" value="3136"/> - </properties> - </object> <object name="Exit" type="warp" x="1184" y="928" width="32" height="32"> <properties> <property name="dest_map" value="002-1"/> @@ -72,7 +65,7 @@ <property name="monster_id" value="54"/> </properties> </object> - <object name="Ice Goblin" type="spawn" x="2080" y="3136" width="288" height="192"> + <object name="Ice Goblin" type="spawn" x="2079" y="3140" width="288" height="192"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> |