34 lines
891 B
XML
34 lines
891 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.00"
|
|
y="-0.05"
|
|
z="-0.00" />
|
|
|
|
<material file="rain.png" clampu="Y" clampv="Y" />
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
<rate min="2000"
|
|
max="3000" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="10000"
|
|
max="10000" />
|
|
|
|
<!-- Size of the particles -->
|
|
<size min="0.20"
|
|
max="0.40" />
|
|
|
|
<color min="255 255 255"
|
|
max="255 255 255" />
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
|
<fadeout time="100" />
|
|
|
|
|
|
</particles>
|