summaryrefslogtreecommitdiff
path: root/graphics/particles/flame.particle.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-09-08 00:13:39 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-09-08 00:13:39 +0000
commit3bceaacaf60535677143286667425bd10c9192eb (patch)
treeb27e905a871d02af7b5b6b45189309864ac3a10b /graphics/particles/flame.particle.xml
parent8dc3bf95cc47575f1899050d87f67e493f10ad91 (diff)
downloadclientdata-3bceaacaf60535677143286667425bd10c9192eb.tar.gz
clientdata-3bceaacaf60535677143286667425bd10c9192eb.tar.bz2
clientdata-3bceaacaf60535677143286667425bd10c9192eb.tar.xz
clientdata-3bceaacaf60535677143286667425bd10c9192eb.zip
Improved fire effects by using animated particles.
Diffstat (limited to 'graphics/particles/flame.particle.xml')
-rw-r--r--graphics/particles/flame.particle.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/particles/flame.particle.xml b/graphics/particles/flame.particle.xml
index d53e61f9..4e907234 100644
--- a/graphics/particles/flame.particle.xml
+++ b/graphics/particles/flame.particle.xml
@@ -10,12 +10,15 @@
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="0" max="90"/>
<property name="power" min="0.25" max="0.5"/>
- <property name="gravity" value="-0.05"/>
- <property name="image" value="graphics/particles/blaze.png"/>
- <property name="lifetime" min="20" max="30"/>
- <property name="output" min="0" max="4"/>
+ <property name="gravity" value="-0.04"/>
+ <animation imageset="graphics/particles/aniblaze.png" width="6" height="6">
+ <sequence start="0" end="14" delay="20" />
+ <frame index="8" delay="1000" />
+ </animation>
+ <property name="lifetime" min="25" max="30"/>
+ <property name="output" min="0" max="6"/>
<property name="fade-in" value="0"/>
- <property name="fade-out" value="30"/>
+ <property name="fade-out" value="10"/>
</emitter>
</particle>
</effect> \ No newline at end of file