diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-17 21:49:03 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-17 21:49:03 +0100 |
commit | cadc49fdbebca83316787fef3daf497b5f70eae2 (patch) | |
tree | 70a5edaa58b045fa404eac89f05567b7b18e98a5 /maps/020-1.tmx | |
parent | 245872214ba08d1810e3b8a812b53f19023e53c5 (diff) | |
download | clientdata-cadc49fdbebca83316787fef3daf497b5f70eae2.tar.gz clientdata-cadc49fdbebca83316787fef3daf497b5f70eae2.tar.bz2 clientdata-cadc49fdbebca83316787fef3daf497b5f70eae2.tar.xz clientdata-cadc49fdbebca83316787fef3daf497b5f70eae2.zip |
Adding new monster 'White Bell' to snow maps.
Diffstat (limited to 'maps/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 099ce89b..42734041 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -24,7 +24,7 @@ <image source="../graphics/tiles/Snow_ground.png" trans="000000" 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"> @@ -134,5 +134,13 @@ <property name="dest_y" value="2176"/> </properties> </object> + <object name="White Bell" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="30000"/> + <property name="eA_spawn" value="100000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="93"/> + </properties> + </object> </objectgroup> </map> |