diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/usable/boxofchocolates.png | bin | 0 -> 1716 bytes | |||
-rw-r--r-- | graphics/minimaps/001-11.png | bin | 0 -> 3257 bytes | |||
-rw-r--r-- | graphics/particles/chocolateegg.xml | 2 | ||||
-rw-r--r-- | graphics/particles/pinkheart.particle.xml | 12 |
4 files changed, 7 insertions, 7 deletions
diff --git a/graphics/items/usable/boxofchocolates.png b/graphics/items/usable/boxofchocolates.png Binary files differnew file mode 100644 index 00000000..60cec5eb --- /dev/null +++ b/graphics/items/usable/boxofchocolates.png diff --git a/graphics/minimaps/001-11.png b/graphics/minimaps/001-11.png Binary files differnew file mode 100644 index 00000000..ad98b53f --- /dev/null +++ b/graphics/minimaps/001-11.png diff --git a/graphics/particles/chocolateegg.xml b/graphics/particles/chocolateegg.xml index bd29d7c5..34f638d6 100644 --- a/graphics/particles/chocolateegg.xml +++ b/graphics/particles/chocolateegg.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: sAULC +<!-- Author: Saulc Copyright (C) 2018 TMW2 --> <effect> 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> |