stk-code_catmod/data/gfx/rain.xml

34 lines
891 B
XML
Raw Normal View History

<?xml version="1.0"?>
2014-08-13 15:30:27 -04:00
<!-- For sky particles, the size of the box is ignored -->
<particles emitter="box">
<spreading angle="3" />
2014-08-13 15:30:27 -04:00
<velocity x="-0.00"
y="-0.05"
z="-0.00" />
2014-08-13 15:30:27 -04:00
<material file="rain.png" clampu="Y" clampv="Y" />
<!-- Amount of particles emitted per second -->
2014-08-13 15:30:27 -04:00
<rate min="2000"
max="3000" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
2014-08-13 15:30:27 -04:00
<lifetime min="10000"
max="10000" />
<!-- Size of the particles -->
2014-08-13 15:30:27 -04:00
<size min="0.20"
max="0.40" />
<color min="255 255 255"
2014-08-13 15:30:27 -04:00
max="255 255 255" />
<!-- How much time in milliseconds before the particle is fully faded out -->
2014-08-13 15:30:27 -04:00
<fadeout time="100" />
</particles>