summaryrefslogtreecommitdiff
path: root/graphics/particles/attack.particle.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-22 15:27:39 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-22 15:27:39 +0000
commit46a34f9d1970d3cb138b1264f21a4be500c16545 (patch)
tree4266cb867fe01c10746bfacdf3fa0ca0e674daea /graphics/particles/attack.particle.xml
parentbaa10c7a006f3bdd6ab2b916f05797e01a63d1c2 (diff)
downloadclientdata-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/attack.particle.xml')
-rw-r--r--graphics/particles/attack.particle.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/particles/attack.particle.xml b/graphics/particles/attack.particle.xml
index 9b60c17a..eaebb850 100644
--- a/graphics/particles/attack.particle.xml
+++ b/graphics/particles/attack.particle.xml
@@ -19,7 +19,7 @@ used to visualize some kind of special attack.
<property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="100"/>
- <property name="image" value="graphics/particles/orb-small-red.png"/>
+ <property name="image" value="graphics/particles/orb-small-white.png|W:#ff0000"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
</emitter>
@@ -30,7 +30,7 @@ used to visualize some kind of special attack.
<property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-small-red.png"/>
+ <property name="image" value="graphics/particles/star-small-white.png|W:#ff0000"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
</emitter>
@@ -41,7 +41,7 @@ used to visualize some kind of special attack.
<property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/orb-medium-red.png"/>
+ <property name="image" value="graphics/particles/orb-medium-white.png|W:#ff0000"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
</emitter>
@@ -52,7 +52,7 @@ used to visualize some kind of special attack.
<property name="horizontal-angle" min="45" max="135"/>
<property name="power" min="0" max="6"/>
<property name="gravity" value="0.1"/>
- <property name="image" value="graphics/particles/star-medium-red.png"/>
+ <property name="image" value="graphics/particles/star-medium-white.png|W:#ff0000"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="3" max="6"/>
</emitter>