105761151d
Slightly more particles, constrained rotation direction, lower speed (vector and rotation) git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14976 178a84e3-b1eb-0310-8ba1-8eac791a3b58
36 lines
962 B
XML
36 lines
962 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.005"
|
|
y="-0.01"
|
|
z="-0.005" />
|
|
|
|
<material file="snowflake.png" clampu="Y" clampv="Y" />
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
<rate min="1000"
|
|
max="1000" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="10000"
|
|
max="10000" />
|
|
|
|
<!-- 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>
|