diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-06-18 21:48:56 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-06-18 21:48:56 -0600 |
commit | 63fe31642ab1574c4f34aecfac42361fe8d46fcd (patch) | |
tree | 6141180d929eb93488c55bb12eb3aebdb3495ff2 /maps/017-1.tmx | |
parent | 472ff31dc78fd756d3e032cd20273c80809052d6 (diff) | |
download | clientdata-63fe31642ab1574c4f34aecfac42361fe8d46fcd.tar.gz clientdata-63fe31642ab1574c4f34aecfac42361fe8d46fcd.tar.bz2 clientdata-63fe31642ab1574c4f34aecfac42361fe8d46fcd.tar.xz clientdata-63fe31642ab1574c4f34aecfac42361fe8d46fcd.zip |
Add butterfly to maps
Diffstat (limited to 'maps/017-1.tmx')
-rw-r--r-- | maps/017-1.tmx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maps/017-1.tmx b/maps/017-1.tmx index b17a436e..0a78f837 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -129,6 +129,14 @@ <property name="dest_y" value="5392"/> </properties> </object> + <object name="Butterfly" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="20"/> + <property name="eA_spawn" value="30"/> + <property name="max_beings" value="10"/> + <property name="monster_id" value="53"/> + </properties> + </object> </objectgroup> <layer name="Collision" width="154" height="124" visible="0"> <data encoding="base64" compression="gzip"> |