summaryrefslogtreecommitdiff
path: root/graphics/particles/fireplace.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/fireplace.particle.xml')
-rw-r--r--graphics/particles/fireplace.particle.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/graphics/particles/fireplace.particle.xml b/graphics/particles/fireplace.particle.xml
index da043ccf..2e03a0e5 100644
--- a/graphics/particles/fireplace.particle.xml
+++ b/graphics/particles/fireplace.particle.xml
@@ -11,13 +11,16 @@
<property name="position-y" min="-24" max="-8"/>
<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="6"/>
+ <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">
+ <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="18"/>
<property name="fade-in" value="0"/>
- <property name="fade-out" value="30"/>
+ <property name="fade-out" value="5"/>
</emitter>
</particle>
</effect> \ No newline at end of file