stk-code_catmod/data/gfx/waterfall.xml

31 lines
702 B
XML
Raw Normal View History

<?xml version="1.0"?>
<particles emitter="point">
<spreading angle="24" />
<velocity x="0.000"
y="0.005"
z="0.000" />
<material file="waterparticles.png" />
<!-- Amount of particles emitted per second -->
<rate min="10"
max="30" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="500"
max="1000" />
<!-- Size of the particles -->
<size min="0.6"
max="6.2" />
<color min="255 255 255"
max="255 255 255" />
<fadeout time="300" />
</particles>