diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:48:20 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-08 19:48:20 -0200 |
commit | c0218bd2115472c2a1917e59d92d9e78eff796a7 (patch) | |
tree | ebbb4204eda44b4768af91d4bc0068614b86023e /graphics/particles/pinkheart.particle.xml | |
parent | 681fe0521f11ef9004b769fdec5eaec65ff67ad2 (diff) | |
download | clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.gz clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.bz2 clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.tar.xz clientdata-c0218bd2115472c2a1917e59d92d9e78eff796a7.zip |
Valentine Day special items
Diffstat (limited to 'graphics/particles/pinkheart.particle.xml')
-rw-r--r-- | graphics/particles/pinkheart.particle.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/particles/pinkheart.particle.xml b/graphics/particles/pinkheart.particle.xml index 58c0da32..1a9a4661 100644 --- a/graphics/particles/pinkheart.particle.xml +++ b/graphics/particles/pinkheart.particle.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Authors: Saulc +<!-- Authors: Saulc, Jesusalva Copyright (C) 2018 TMW 2 -Effect in test WIP --> +Valentine Day Special --> <effect> <particle position-x="0" @@ -9,7 +9,7 @@ Effect in test WIP --> position-z="0"> <emitter> <property name="output" value="1"/> - <property name="lifetime" value="130"/> + <property name="lifetime" value="100"/> <emitter> <property name="image" value="graphics/particles/pinkheart.png"/> <property name="horizontal-angle" min="16" max="32"/> @@ -17,8 +17,8 @@ Effect in test WIP --> <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="output" min="-400" max="1"/> + <property name="lifetime" value="46"/> <property name="fade-out" value="100"/> <property name="randomness" value="50"/> <property name="position-x" min="-16" max="16"/> @@ -27,4 +27,4 @@ Effect in test WIP --> </emitter> </emitter> </particle> -</effect>
\ No newline at end of file +</effect> |