stk-code_catmod/data/gfx/waterfall.xml

30 lines
756 B
XML
Raw Normal View History

<?xml version="1.0"?>
2014-09-29 06:30:43 -04:00
<particles emitter="box" box_x="3.0" box_y="0.5" box_z="3.0">
2014-09-29 06:30:43 -04:00
<spreading angle="45" />
<velocity x="0.000"
2014-09-29 06:30:43 -04:00
y="0.001"
z="0.000" />
<material file="waterparticles.png" />
<!-- Amount of particles emitted per second -->
2014-09-29 06:30:43 -04:00
<rate min="1"
max="6" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="1000"
max="4000" />
<!-- Size of the particles -->
<size min="5.0"
max="10.0"
x-increase-factor="2.6"
y-increase-factor="2.6" />
<color min="255 255 255"
max="255 255 255" />
</particles>