diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-11-01 02:21:30 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-11-01 02:21:30 +0000 |
commit | f75ab5d60482a82e0084d1935bc93aa5f46bca6f (patch) | |
tree | cc61bdab8751dc7241431c3ccf27f3cbedd2feff /graphics | |
parent | 7274a1919d5601144d1f64c59965673b1e626665 (diff) | |
download | clientdata-f75ab5d60482a82e0084d1935bc93aa5f46bca6f.tar.gz clientdata-f75ab5d60482a82e0084d1935bc93aa5f46bca6f.tar.bz2 clientdata-f75ab5d60482a82e0084d1935bc93aa5f46bca6f.tar.xz clientdata-f75ab5d60482a82e0084d1935bc93aa5f46bca6f.zip |
Improved fire particle effects by using animated particles.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/aniblaze.png | bin | 369 -> 2072 bytes | |||
-rw-r--r-- | graphics/particles/cookingfire.particle.xml | 4 | ||||
-rw-r--r-- | graphics/particles/fireplace.particle.xml | 10 | ||||
-rw-r--r-- | graphics/particles/flame.particle.xml | 14 |
4 files changed, 14 insertions, 14 deletions
diff --git a/graphics/particles/aniblaze.png b/graphics/particles/aniblaze.png Binary files differindex 80ebf967..d2e76054 100644 --- a/graphics/particles/aniblaze.png +++ b/graphics/particles/aniblaze.png diff --git a/graphics/particles/cookingfire.particle.xml b/graphics/particles/cookingfire.particle.xml index 7d361c27..566101bf 100644 --- a/graphics/particles/cookingfire.particle.xml +++ b/graphics/particles/cookingfire.particle.xml @@ -13,9 +13,9 @@ <property name="vertical-angle" min="0" max="90"/>
<property name="power" min="0" max="0.25"/>
<property name="gravity" value="-0.02"/>
- <animation imageset="graphics/particles/aniblaze.png" width="6" height="6">
+ <animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
<sequence start="0" end="14" delay="10" />
- <frame index="8" delay="1000" />
+ <frame index="14" delay="1000" />
</animation>
<property name="lifetime" min="20" max="40"/>
<property name="output" min="0" max="4"/>
diff --git a/graphics/particles/fireplace.particle.xml b/graphics/particles/fireplace.particle.xml index 2e03a0e5..0bd8242c 100644 --- a/graphics/particles/fireplace.particle.xml +++ b/graphics/particles/fireplace.particle.xml @@ -13,14 +13,14 @@ <property name="vertical-angle" min="0" max="90"/>
<property name="power" min="0.1" max="0.3"/>
<property name="gravity" value="-0.04"/>
- <animation imageset="graphics/particles/aniblaze.png" width="6" height="6">
+ <animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
<sequence start="0" end="14" delay="20" />
- <frame index="8" delay="1000" />
+ <frame index="14" delay="1000" />
</animation>
- <property name="lifetime" min="25" max="30"/>
- <property name="output" min="0" max="18"/>
+ <property name="lifetime" min="25" max="35"/>
+ <property name="output" min="0" max="20"/>
<property name="fade-in" value="0"/>
- <property name="fade-out" value="5"/>
+ <property name="fade-out" value="15"/>
</emitter>
</particle>
</effect>
\ No newline at end of file diff --git a/graphics/particles/flame.particle.xml b/graphics/particles/flame.particle.xml index 4e907234..6d9e72d8 100644 --- a/graphics/particles/flame.particle.xml +++ b/graphics/particles/flame.particle.xml @@ -9,14 +9,14 @@ <emitter>
<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.04"/>
- <animation imageset="graphics/particles/aniblaze.png" width="6" height="6">
- <sequence start="0" end="14" delay="20" />
- <frame index="8" delay="1000" />
+ <property name="power" min="0.1" max="0.3"/>
+ <property name="gravity" value="-0.02"/>
+ <animation imageset="graphics/particles/aniblaze.png" width="8" height="8">
+ <sequence start="0" end="14" delay="30" />
+ <frame index="14" delay="1000" />
</animation>
- <property name="lifetime" min="25" max="30"/>
- <property name="output" min="0" max="6"/>
+ <property name="lifetime" min="35" max="50"/>
+ <property name="output" min="0" max="2"/>
<property name="fade-in" value="0"/>
<property name="fade-out" value="10"/>
</emitter>
|