stk-code_catmod/data/rain.xml
auria 404bb88703 It now rains in lighthouse :)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7406 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-14 02:27:14 +00:00

34 lines
858 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.04"
z="0.0" />
<material file="rain.png"/>
<!-- Amount of particles emitted per second -->
<rate min="800"
max="900" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="4000"
max="5000" />
<!-- Size of the particles -->
<size min="16.00"
max="16.00" />
<color min="255 255 255"
max="255 255 255" />
<!-- Distance at which the particles fade out -->
<fade-away start="50"
end="100" />
</particles>