summaryrefslogtreecommitdiff
path: root/graphics/particles/pinkheart.particle.xml
blob: 1a9a4661b5eeca9131ac3ddef29e95bee877ec58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Saulc, Jesusalva
Copyright (C) 2018 TMW 2 
Valentine Day Special -->

<effect>
    <particle position-x="0"
              position-y="0"
              position-z="0">
        <emitter>
            <property name="output" value="1"/>
            <property name="lifetime" value="100"/>
            <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="-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"/>
                <property name="position-y" min="16" max="32"/>
                <property name="position-z" min="16" max="32"/>
            </emitter>
        </emitter>
    </particle>
</effect>