summaryrefslogtreecommitdiff
path: root/graphics/particles/nomadpipe.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/nomadpipe.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/nomadpipe.particle.xml')
-rw-r--r--graphics/particles/nomadpipe.particle.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/nomadpipe.particle.xml b/graphics/particles/nomadpipe.particle.xml
index 703c823b..10b0d2f4 100644
--- a/graphics/particles/nomadpipe.particle.xml
+++ b/graphics/particles/nomadpipe.particle.xml
@@ -16,7 +16,7 @@ nomad NPC.
<property name="output" min="-200" max="1"/>
<property name="lifetime" value="10"/>
<emitter>
- <property name="image" value="graphics/particles/fog-medium-white-a.png"/>
+ <property name="image" value="graphics/particles/fog-medium-white-a.png|W:#9999bb"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="50" max="90"/>
<property name="power" value="0.5"/>
@@ -28,7 +28,7 @@ nomad NPC.
<property name="randomnes" value="50"/>
</emitter>
<emitter>
- <property name="image" value="graphics/particles/fog-medium-white-b.png"/>
+ <property name="image" value="graphics/particles/fog-medium-white-b.png|W:#9999bb"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="50" max="90"/>
<property name="power" value="0.5"/>
@@ -40,7 +40,7 @@ nomad NPC.
<property name="randomnes" value="50"/>
</emitter>
<emitter>
- <property name="image" value="graphics/particles/fog-medium-white-c.png"/>
+ <property name="image" value="graphics/particles/fog-medium-white-c.png|W:#9999bb"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="50" max="90"/>
<property name="power" value="0.5"/>