stk-code_catmod/data/gfx/rain.xml

30 lines
789 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 -->
2014-11-12 10:31:41 -05:00
<particles emitter="box" randomize-initial-y="true">
2014-08-13 15:30:27 -04:00
<spreading angle="3" />
2014-08-13 15:30:27 -04:00
<velocity x="-0.00"
2014-11-12 10:31:41 -05:00
y="-0.03"
2014-08-13 15:30:27 -04:00
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-11-12 10:31:41 -05:00
<rate min="100"
max="250" />
<!-- 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-11-12 10:31:41 -05:00
<size min="1.00"
max="1.50" />
2014-08-13 15:30:27 -04:00
<color min="255 255 255"
2014-08-13 15:30:27 -04:00
max="255 255 255" />
</particles>