diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-22 20:17:07 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-22 20:17:07 +0400 |
commit | 4271db19d1a4f6b6e6acb016faedf831f458f048 (patch) | |
tree | df2e1d5f7636476ac03eb2408d595181fa711dbb /maps/000-1.tmx | |
parent | 0eee631faf29077a873b701865094bd8154e0fe2 (diff) | |
download | clientdata-4271db19d1a4f6b6e6acb016faedf831f458f048.tar.gz clientdata-4271db19d1a4f6b6e6acb016faedf831f458f048.tar.bz2 clientdata-4271db19d1a4f6b6e6acb016faedf831f458f048.tar.xz clientdata-4271db19d1a4f6b6e6acb016faedf831f458f048.zip |
Added one more spawn area for the plushroom.
Diffstat (limited to 'maps/000-1.tmx')
-rw-r--r-- | maps/000-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index 75191104..6fb5879b 100644 --- a/maps/000-1.tmx +++ b/maps/000-1.tmx @@ -128,7 +128,7 @@ <property name="monster_id" value="1010"/> </properties> </object> - <object name="Plushroom" type="spawn" x="2592" y="1952" width="64" height="128"> + <object name="Plushroom" type="spawn" x="2240" y="1952" width="128" height="96"> <properties> <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> @@ -264,5 +264,13 @@ <property name="monster_id" value="1004"/> </properties> </object> + <object name="Plushroom" type="spawn" x="2586" y="1935" width="64" height="128"> + <properties> + <property name="eA_death" value="28000"/> + <property name="eA_spawn" value="35000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1010"/> + </properties> + </object> </objectgroup> </map> |