2011-01-13 20:31:15 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- For sky particles, the size of the box is ignored -->
|
|
|
|
<particles emitter="box">
|
|
|
|
|
|
|
|
<spreading angle="3" />
|
|
|
|
|
|
|
|
<velocity x="0.0"
|
|
|
|
y="-0.01"
|
|
|
|
z="0.0" />
|
|
|
|
|
|
|
|
<material file="snowflake.png"/>
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2011-02-27 20:49:35 -05:00
|
|
|
<rate min="400"
|
|
|
|
max="500" />
|
2011-01-13 20:31:15 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2011-01-13 21:27:14 -05:00
|
|
|
<lifetime min="9000"
|
|
|
|
max="9000" />
|
2011-01-13 20:31:15 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
|
|
|
<size min="0.40"
|
|
|
|
max="0.60" />
|
|
|
|
|
|
|
|
<color min="255 255 255"
|
|
|
|
max="255 255 255" />
|
|
|
|
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
|
|
|
<fadeout time="100" />
|
|
|
|
|
|
|
|
</particles>
|