diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-22 12:46:38 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-22 12:46:38 -0400 |
commit | f06ea1408eec86ca195de2ccda4e7cec9c8653a5 (patch) | |
tree | 145216a336514c9bf9a3538081206498194e188e /maps | |
parent | 204e7615bec61e0eeb1e1c26715df600a1b345ee (diff) | |
download | clientdata-f06ea1408eec86ca195de2ccda4e7cec9c8653a5.tar.gz clientdata-f06ea1408eec86ca195de2ccda4e7cec9c8653a5.tar.bz2 clientdata-f06ea1408eec86ca195de2ccda4e7cec9c8653a5.tar.xz clientdata-f06ea1408eec86ca195de2ccda4e7cec9c8653a5.zip |
Removed warp object to 002-4
Removed the warp object to 002-4, warp is now based on an npc
Diffstat (limited to 'maps')
-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"/> |