diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-06-17 11:11:55 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-17 11:11:55 -0600 |
commit | c1e28392e17854e8836c5ff26b2141313d240832 (patch) | |
tree | 1c55c30d8b88f774fec7740e76e241b99066d7e3 /maps/009-1.tmx | |
parent | c6da217fadaf68b5e374657fb36a667128820125 (diff) | |
download | clientdata-c1e28392e17854e8836c5ff26b2141313d240832.tar.gz clientdata-c1e28392e17854e8836c5ff26b2141313d240832.tar.bz2 clientdata-c1e28392e17854e8836c5ff26b2141313d240832.tar.xz clientdata-c1e28392e17854e8836c5ff26b2141313d240832.zip |
Move some woodland spawns into TMX format
Diffstat (limited to 'maps/009-1.tmx')
-rw-r--r-- | maps/009-1.tmx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/maps/009-1.tmx b/maps/009-1.tmx index 5115f007..9ada64a4 100644 --- a/maps/009-1.tmx +++ b/maps/009-1.tmx @@ -152,5 +152,19 @@ <property name="monster_id" value="12"/> </properties> </object> + <object name="Squirrel" type="spawn" x="2592" y="1568" width="512" height="160"> + <properties> + <property name="eA_death" value="5000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="36"/> + </properties> + </object> + <object name="Squirrel" type="spawn" x="2496" y="1152" width="192" height="192"> + <properties> + <property name="eA_death" value="5000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="36"/> + </properties> + </object> </objectgroup> </map> |