diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 15:47:48 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 15:48:45 +0100 |
commit | 17406201bca054663a44728d365d18203cc79d82 (patch) | |
tree | 9190cf0636a4c87093685285cc2e180177960ba1 /maps/031-1.tmx | |
parent | 5746ef3a0e642377b8609b912dfcf053c0d2ed61 (diff) | |
download | clientdata-17406201bca054663a44728d365d18203cc79d82.tar.gz clientdata-17406201bca054663a44728d365d18203cc79d82.tar.bz2 clientdata-17406201bca054663a44728d365d18203cc79d82.tar.xz clientdata-17406201bca054663a44728d365d18203cc79d82.zip |
Removing Santa Slimes and Rudolph slimes as usual spawns.
Placing new monsters White and Blue Slimes.
Opening warp from 031-3 to 044-1.
Diffstat (limited to 'maps/031-1.tmx')
-rw-r--r-- | maps/031-1.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/031-1.tmx b/maps/031-1.tmx index c359e86a..7d0e5c2d 100644 --- a/maps/031-1.tmx +++ b/maps/031-1.tmx @@ -23,7 +23,7 @@ <image source="../graphics/tiles/Snow_ground.png" width="352" height="224"/> </tileset> <tileset firstgid="612" name="Snow_tree_x3" tilewidth="64" tileheight="96"> - <image source="../graphics/tiles/Snow_tree_x3.png" width="192" height="96"/> + <image source="../graphics/tiles/Snow_tree_x3.png" width="256" height="96"/> </tileset> <layer name="Ground" width="128" height="148" opacity="0.98"> <data encoding="base64" compression="gzip"> @@ -70,14 +70,6 @@ <property name="dest_y" value="9568"/> </properties> </object> - <object name="Santa Slime" type="spawn" x="0" y="0"> - <properties> - <property name="eA_death" value="30000"/> - <property name="eA_spawn" value="100000"/> - <property name="max_beings" value="5"/> - <property name="monster_id" value="13"/> - </properties> - </object> <object name="Squirrel" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="30000"/> @@ -101,5 +93,13 @@ <property name="dest_y" value="928"/> </properties> </object> + <object name="White Slime" type="spawn" x="2272" y="768" width="352" height="192"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="7"/> + <property name="monster_id" value="91"/> + </properties> + </object> </objectgroup> </map> |