stk-code_catmod/data/gfx/rain.xml
Benau f646a26fbe Clean up particle .xml
Remove unsupported entries, notice that particles now are auto-
faded out by lifetime

Also remove flips that are not visible at all
2017-10-15 12:47:21 +08:00

30 lines
789 B
XML

<?xml version="1.0"?>
<!-- For sky particles, the size of the box is ignored -->
<particles emitter="box" randomize-initial-y="true">
<spreading angle="3" />
<velocity x="-0.00"
y="-0.03"
z="-0.00" />
<material file="rain.png" clampu="Y" clampv="Y" />
<!-- Amount of particles emitted per second -->
<rate min="100"
max="250" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="10000"
max="10000" />
<!-- Size of the particles -->
<size min="1.00"
max="1.50" />
<color min="255 255 255"
max="255 255 255" />
</particles>