summaryrefslogtreecommitdiff
path: root/graphics/particles/circle.particle.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-12 14:00:22 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-12 14:00:22 +0000
commit8c596ca770b241dc98da447ba7589beed1e74934 (patch)
treed03fc04c1b206499a633cc68b69ef4b70336f430 /graphics/particles/circle.particle.xml
parent56be42fc857b34d045a1c606c2b73d715eed9a8f (diff)
downloadclientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.gz
clientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.bz2
clientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.xz
clientdata-8c596ca770b241dc98da447ba7589beed1e74934.zip
Particle emitters are now activated after the parent particle has moved instead of before (small change which allows a little trick to create polar emitters)
Diffstat (limited to 'graphics/particles/circle.particle.xml')
-rw-r--r--graphics/particles/circle.particle.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/particles/circle.particle.xml b/graphics/particles/circle.particle.xml
new file mode 100644
index 00000000..900bc834
--- /dev/null
+++ b/graphics/particles/circle.particle.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-y" value="-16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="0"/>
+ <property name="power" value="30"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="3"/>
+ <emitter>
+ <property name="gravity" value="-0.7"/>
+ <property name="momentum" value="0.3"/>
+ <property name="image" value="graphics/particles/orb-small-cyan.png"/>
+ <property name="lifetime" value="50"/>
+ <property name="fade-out" value="50"/>
+ <property name="output" value="1"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file