diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-22 15:27:39 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-22 15:27:39 +0000 |
commit | 46a34f9d1970d3cb138b1264f21a4be500c16545 (patch) | |
tree | 4266cb867fe01c10746bfacdf3fa0ca0e674daea /graphics/particles/hadesblaze.particle.xml | |
parent | baa10c7a006f3bdd6ab2b916f05797e01a63d1c2 (diff) | |
download | clientdata-46a34f9d1970d3cb138b1264f21a4be500c16545.tar.gz clientdata-46a34f9d1970d3cb138b1264f21a4be500c16545.tar.bz2 clientdata-46a34f9d1970d3cb138b1264f21a4be500c16545.tar.xz clientdata-46a34f9d1970d3cb138b1264f21a4be500c16545.zip |
Converted particle effect definitions to use dye system for particle images. Please give feedback if it works properly and is performant so I can delete the colored versions of the particles.
Diffstat (limited to 'graphics/particles/hadesblaze.particle.xml')
-rw-r--r-- | graphics/particles/hadesblaze.particle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/hadesblaze.particle.xml b/graphics/particles/hadesblaze.particle.xml index 9405f62c..c75f12e6 100644 --- a/graphics/particles/hadesblaze.particle.xml +++ b/graphics/particles/hadesblaze.particle.xml @@ -23,7 +23,7 @@ some evil magicans laboratory or a demonic temple or something like that. <emitter>
<property name="gravity" value="-0.2"/>
<property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/orb-medium-cyan.png"/>
+ <property name="image" value="graphics/particles/orb-medium-white.png|W:#00ffff"/>
<property name="lifetime" value="180"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="150"/>
@@ -33,7 +33,7 @@ some evil magicans laboratory or a demonic temple or something like that. <emitter>
<property name="gravity" value="-0.2"/>
<property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/glow-medium-blue.png"/>
+ <property name="image" value="graphics/particles/glow-medium-white.png|W:#0000ff"/>
<property name="lifetime" value="200"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="150"/>
|