2012-11-21 21:21:49 -05:00
|
|
|
<?xml version="1.0"?>
|
2014-05-10 20:58:23 -04:00
|
|
|
<particles emitter="box" box_x="12.0" box_y="0.5" box_z="12.0">
|
2012-11-21 21:21:49 -05:00
|
|
|
|
|
|
|
<spreading angle="24" />
|
|
|
|
|
|
|
|
<velocity x="0.000"
|
|
|
|
y="0.005"
|
|
|
|
z="0.000" />
|
|
|
|
|
|
|
|
<material file="waterparticles.png" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2014-05-10 20:58:23 -04:00
|
|
|
<rate min="5"
|
|
|
|
max="20" />
|
2012-11-21 21:21:49 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2014-05-10 20:58:23 -04:00
|
|
|
<lifetime min="1000"
|
|
|
|
max="4000" />
|
2012-11-21 21:21:49 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2014-05-10 20:58:23 -04:00
|
|
|
<size min="5.0"
|
|
|
|
max="10.0"
|
|
|
|
x-increase-factor="2.6"
|
|
|
|
y-increase-factor="2.6" />
|
2012-11-21 21:21:49 -05:00
|
|
|
|
|
|
|
<color min="255 255 255"
|
|
|
|
max="255 255 255" />
|
|
|
|
|
2014-05-10 20:58:23 -04:00
|
|
|
<fadeout time="5000" />
|
2012-11-21 21:21:49 -05:00
|
|
|
|
|
|
|
|
|
|
|
</particles>
|