diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-28 18:36:58 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-28 18:36:58 +0000 |
commit | df2d513ba368f24cbec3ece3ff0084093a568e86 (patch) | |
tree | 2488c1733a083a873fd6aaaf3acbeb434ee52c1d /ChangeLog | |
parent | 805f3a89953eada8eb6186715ac3169e5ed5e845 (diff) | |
download | mana-df2d513ba368f24cbec3ece3ff0084093a568e86.tar.gz mana-df2d513ba368f24cbec3ece3ff0084093a568e86.tar.bz2 mana-df2d513ba368f24cbec3ece3ff0084093a568e86.tar.xz mana-df2d513ba368f24cbec3ece3ff0084093a568e86.zip |
Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 2007-12-28 Philipp Sehmisch <tmw@crushnet.org> * data/maps/new_3-1.tmx: Some mapping errors fixed by Zipon. + * src/being.cpp, src/monster.cpp, src/resources/monsterinfo.cpp, + src/resources/monsterinfo.h: Added the possibility to assign particle + effects to monsters in the monster database. + * data/monsters.xml: Added flame particle effect to fire goblin as a + proof of concept. 2007-12-26 Bjørn Lindeijer <bjorn@lindeijer.nl> |