summaryrefslogtreecommitdiff
path: root/graphics/particles/fountain.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/fountain.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/fountain.particle.xml')
-rw-r--r--graphics/particles/fountain.particle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/fountain.particle.xml b/graphics/particles/fountain.particle.xml
index 2a135d91..acba5c58 100644
--- a/graphics/particles/fountain.particle.xml
+++ b/graphics/particles/fountain.particle.xml
@@ -12,7 +12,7 @@ Fancy fireworks effect which fills the whole screen.
<property name="position-x" min="0" max="32"/>
<property name="position-y" min="0" max="32"/>
<property name="position-z" min="0" max="32"/>
- <property name="image" value="graphics/particles/star-medium-cyan.png"/>
+ <property name="image" value="graphics/particles/star-medium-white.png|W:#00ffff"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="45" max="90"/>
<property name="power" min="6" max="7"/>
@@ -23,7 +23,7 @@ Fancy fireworks effect which fills the whole screen.
<property name="position-x" value="0"/>
<property name="position-y" value="0"/>
<property name="position-z" value="0"/>
- <property name="image" value="graphics/particles/star-small-cyan.png"/>
+ <property name="image" value="graphics/particles/star-small-white.png|W:#00ffff"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="0" max="360"/>
<property name="power" value="1"/>