summaryrefslogtreecommitdiff
path: root/graphics/particles/snow.particle.xml
blob: f030c62b506e71cd7479ff8ababe61e0da0b39b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<!-- Author from The Mana World
Copyright (C) 2010-2012 Evol Online -->
<effect>
    <particle
        position-x="0" position-y="0" position-z="512">
        <emitter>
            <property name="position-x" min="0.0" max="6400"/>
            <property name="position-y" min="0.0" max="6400"/>
            <property name="gravity" value="0.03"/>
            <property name="momentum" value="0.97"/>
            <property name="image" value="graphics/particles/snowflake.png"/>
            <property name="output" min="0" max="3"/>
            <property name="fade-in" value="100"/>
        </emitter>
    </particle>
</effect>