summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-23 08:42:21 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-23 08:42:21 +0100
commit0e816f00d147936106c320692000836ba1f92809 (patch)
tree6080e3cb2f5819226acb704f0cbad7bcb057b646 /graphics/particles
parent68cefa15d7c8de3d9bb192662db5ae7d7415a3cb (diff)
downloadclientdata-0e816f00d147936106c320692000836ba1f92809.tar.gz
clientdata-0e816f00d147936106c320692000836ba1f92809.tar.bz2
clientdata-0e816f00d147936106c320692000836ba1f92809.tar.xz
clientdata-0e816f00d147936106c320692000836ba1f92809.zip
test xml
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/chocolateegg.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/particles/chocolateegg.xml b/graphics/particles/chocolateegg.xml
new file mode 100644
index 00000000..bd29d7c5
--- /dev/null
+++ b/graphics/particles/chocolateegg.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: sAULC
+Copyright (C) 2018 TMW2 -->
+
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="60"
+ lifetime="1">
+ <emitter>
+ <property name="follow-parent" value="1"/>
+ <property name="position-x" value="60"/>
+ <property name="position-y" value="-10"/>
+ <property name="position-z" value="20"/>
+ <property name="image" value="graphics/particles/chocolateegg.png"/>
+ <property name="horizontal-angle" value="90"/>
+ <property name="vertical-angle" min="180" max="365" change-func="sine"/>
+ <property name="power" value="1.2"/>
+ <property name="acceleration" value="0.03"/>
+ <property name="alpha" value="0.8"/>
+ </emitter>
+ </particle>
+</effect>