diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-06-25 17:42:31 +0200 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-06-25 17:42:31 +0200 |
commit | c0dd70e76b3951f762d732bc4f903d54e3a148b9 (patch) | |
tree | 7fe3479131feaa64064a23088d12c7b64622bca2 /graphics/particles/monster-goblin-firebreath.particle.xml | |
parent | 3e1919ef8a3f0fbbb100cada96d3f6876387dae4 (diff) | |
download | clientdata-c0dd70e76b3951f762d732bc4f903d54e3a148b9.tar.gz clientdata-c0dd70e76b3951f762d732bc4f903d54e3a148b9.tar.bz2 clientdata-c0dd70e76b3951f762d732bc4f903d54e3a148b9.tar.xz clientdata-c0dd70e76b3951f762d732bc4f903d54e3a148b9.zip |
Simplified dyeing ramp of flame particle effects
Diffstat (limited to 'graphics/particles/monster-goblin-firebreath.particle.xml')
-rw-r--r-- | graphics/particles/monster-goblin-firebreath.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/monster-goblin-firebreath.particle.xml b/graphics/particles/monster-goblin-firebreath.particle.xml index 0a12b7ef..8435465c 100644 --- a/graphics/particles/monster-goblin-firebreath.particle.xml +++ b/graphics/particles/monster-goblin-firebreath.particle.xml @@ -21,7 +21,7 @@ used for the fire breath attack of the fire goblins. <property name="power" min="1" max="1.5"/> <property name="momentum" value="0.99" /> <property name="gravity" value="-0.02"/> - <animation imageset="graphics/particles/aniblaze-medium.png|W:#000000,ffffff,ffff00,ff0000" width="16" height="16"> + <animation imageset="graphics/particles/aniblaze-medium.png|W:#ffff00,ff0000" width="16" height="16"> <frame index="0" delay="5" /> <frame index="1" delay="10" /> <frame index="2" delay="15" /> |