summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-19 13:33:43 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-19 13:33:43 +0000
commit1b3d50af0ba327aee9602c60535a059c225406c8 (patch)
treedf7e4662500d428cee03cbcbc37da3382c3df339 /graphics/particles
parentb72e3f8aee1cb2dc4d06dbed7da8557d543c8de0 (diff)
downloadclientdata-1b3d50af0ba327aee9602c60535a059c225406c8.tar.gz
clientdata-1b3d50af0ba327aee9602c60535a059c225406c8.tar.bz2
clientdata-1b3d50af0ba327aee9602c60535a059c225406c8.tar.xz
clientdata-1b3d50af0ba327aee9602c60535a059c225406c8.zip
wip pinkheart.particle .xml
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/pinkheart.particle.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/particles/pinkheart.particle.xml b/graphics/particles/pinkheart.particle.xml
new file mode 100644
index 00000000..58c0da32
--- /dev/null
+++ b/graphics/particles/pinkheart.particle.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Authors: Saulc
+Copyright (C) 2018 TMW 2
+Effect in test WIP -->
+
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="0">
+ <emitter>
+ <property name="output" value="1"/>
+ <property name="lifetime" value="130"/>
+ <emitter>
+ <property name="image" value="graphics/particles/pinkheart.png"/>
+ <property name="horizontal-angle" min="16" max="32"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" value="2"/>
+ <property name="momentum" value="0.99"/>
+ <property name="gravity" value="-0.008"/>
+ <property name="output" min="-5" max="1"/>
+ <property name="lifetime" value="36"/>
+ <property name="fade-out" value="100"/>
+ <property name="randomness" value="50"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="16" max="32"/>
+ <property name="position-z" min="16" max="32"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file