diff options
author | remoitnane <remoit(DOT)nane(AT)gmail(DOT)com> | 2010-07-26 21:11:39 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-07-27 19:41:43 -0600 |
commit | 2aa3e84cf739a5036b39ddc3b32f1571d2a0b8bc (patch) | |
tree | dac45e97efa429d5a5970c99f84b819dba185742 /maps/028-1.tmx | |
parent | 1dbfedaffe0b57114afe53097286faf4b3421470 (diff) | |
download | clientdata-2aa3e84cf739a5036b39ddc3b32f1571d2a0b8bc.tar.gz clientdata-2aa3e84cf739a5036b39ddc3b32f1571d2a0b8bc.tar.bz2 clientdata-2aa3e84cf739a5036b39ddc3b32f1571d2a0b8bc.tar.xz clientdata-2aa3e84cf739a5036b39ddc3b32f1571d2a0b8bc.zip |
Clean up some spawns and restore a warp
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'maps/028-1.tmx')
-rw-r--r-- | maps/028-1.tmx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/maps/028-1.tmx b/maps/028-1.tmx index 10af2915..5122d68e 100644 --- a/maps/028-1.tmx +++ b/maps/028-1.tmx @@ -106,7 +106,7 @@ <property name="eA_death" value="1200"/> <property name="eA_spawn" value="100000"/> <property name="max_beings" value="18"/> - <property name="monster_id" value="15"/> + <property name="monster_id" value="31"/> </properties> </object> <object name="Sea Slime" type="spawn" x="1088" y="2240" width="736" height="352"> @@ -114,10 +114,10 @@ <property name="eA_death" value="1200"/> <property name="eA_spawn" value="100000"/> <property name="max_beings" value="18"/> - <property name="monster_id" value="15"/> + <property name="monster_id" value="31"/> </properties> </object> - <object name="squirrel" type="spawn" x="736" y="3232" width="32" height="32"> + <object name="Squirrel" type="spawn" x="736" y="3232" width="32" height="32"> <properties> <property name="eA_death" value="50000"/> <property name="eA_spawn" value="300000"/> @@ -157,5 +157,12 @@ <property name="monster_id" value="43"/> </properties> </object> + <object name="To028-3" type="warp" x="3648" y="3904" width="32" height="32"> + <properties> + <property name="dest_map" value="028-3"/> + <property name="dest_x" value="1056"/> + <property name="dest_y" value="2496"/> + </properties> + </object> </objectgroup> </map> |