5899a26aad
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
36 lines
952 B
XML
36 lines
952 B
XML
<?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" clampu="Y" clampv="Y" />
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
<rate min="400"
|
|
max="500" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="9000"
|
|
max="9000" />
|
|
|
|
<!-- Size of the particles -->
|
|
<size min="0.40"
|
|
max="0.60" />
|
|
|
|
<color min="40 40 255"
|
|
max="255 255 255" />
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
|
<fadeout time="100" />
|
|
|
|
<wind speed="0.16"
|
|
flips="Y" />
|
|
|
|
</particles>
|