diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-11 19:01:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 21:16:06 +0100 |
commit | d1b72a01ecb09ba6cd8e458afdec66f8badff27a (patch) | |
tree | cafe244fbc58ba5fd49f438561e1a8e0d26abb7e /maps/018-2.tmx | |
parent | 12056bc5942175872acef928e9487cdfc210ea88 (diff) | |
download | clientdata-d1b72a01ecb09ba6cd8e458afdec66f8badff27a.tar.gz clientdata-d1b72a01ecb09ba6cd8e458afdec66f8badff27a.tar.bz2 clientdata-d1b72a01ecb09ba6cd8e458afdec66f8badff27a.tar.xz clientdata-d1b72a01ecb09ba6cd8e458afdec66f8badff27a.zip |
Fix map names, add more warps, add music to some maps that were missing it, add some mobs...
Diffstat (limited to 'maps/018-2.tmx')
-rw-r--r-- | maps/018-2.tmx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/maps/018-2.tmx b/maps/018-2.tmx index 8daa28e0..3d383b5d 100644 --- a/maps/018-2.tmx +++ b/maps/018-2.tmx @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="146" height="70" tilewidth="32" tileheight="32"> + <properties> + <property name="name" value="Woodland minning camp"/> + </properties> <tileset name="Woodland Indoor" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png"/> </tileset> @@ -89,5 +92,11 @@ <property name="dest_y" value="1696"/> </properties> </object> + <object name="Yellow Slime" type="spawn" x="3584" y="640" width="160" height="128"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="5"/> + </properties> + </object> </objectgroup> </map> |