diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-29 00:30:57 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-29 00:30:57 +0000 |
commit | 54e8ddeb9a181d7bdd945eed6a9301524ee423ab (patch) | |
tree | 213ea040672039b202e2949d2d72f5d36ce32933 /graphics/particles/hadesblaze.particle.xml | |
parent | f3585f6ebd042cb9e2985e6c56eda97222c2b3dd (diff) | |
download | clientdata-54e8ddeb9a181d7bdd945eed6a9301524ee423ab.tar.gz clientdata-54e8ddeb9a181d7bdd945eed6a9301524ee423ab.tar.bz2 clientdata-54e8ddeb9a181d7bdd945eed6a9301524ee423ab.tar.xz clientdata-54e8ddeb9a181d7bdd945eed6a9301524ee423ab.zip |
Removed the "white" from the names of all particles because there aren't any other colors anymore.
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 c75f12e6..7a991abe 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-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/orb-medium.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-white.png|W:#0000ff"/>
+ <property name="image" value="graphics/particles/glow-medium.png|W:#0000ff"/>
<property name="lifetime" value="200"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="150"/>
|