summaryrefslogtreecommitdiff
path: root/graphics/particles/savepoint/savepoint-64x64.xml
blob: 2a7919a0655e35c788bc6b5dddcc7724875db8b0 (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
31
32
<?xml version="1.0"?>
<effect>
    <particle position-x="0" position-y="0" position-z="56">
        <emitter>
            <property name="position-x" min="0" max="64"/>
            <property name="position-y" min="0" max="64"/>
            <property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/>
            <property name="gravity" value="-0.003"/>
            <property name="lifetime" value="100"/>
            <property name="output" min="0" max="1"/>
            <property name="output-pause" min="0" max="10"/>
            <property name="fade-in" value="15"/>
            <property name="fade-out" value="20"/>
        </emitter>
    </particle>
    <particle position-x="32" position-y="0" position-z="32">
        <emitter>
            <property name="position-x" min="0" max="32"/>
            <property name="position-y" min="0" max="32"/>
            <property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/>
            <property name="horizontal-angle" min="0" max="360"/>
            <property name="vertical-angle" min="0" max="360"/>
            <property name="power" min="0.4" max="0.8"/>
            <property name="lifetime" value="100"/>
            <property name="fade-in" value="15"/>
            <property name="fade-out" value="20"/>
            <property name="output" min="-20" max="1"/>
            <property name="acceleration" value="0.03"/>
            <property name="alpha" value="0.5"/>
        </emitter>
    </particle>
</effect>