stk-code_catmod/data/gfx/droplet.xml

30 lines
761 B
XML
Raw Normal View History

2014-04-15 19:19:03 -04:00
<?xml version="1.0"?>
2014-09-29 06:30:43 -04:00
<particles emitter="sphere" radius="2">
2014-04-15 19:19:03 -04:00
2014-09-29 06:30:43 -04:00
<spreading angle="12" />
2014-04-15 19:19:03 -04:00
<velocity x="0.000"
y="0.005"
z="0.000" />
<material file="particle_water.png" />
<!-- Amount of particles emitted per second -->
<rate min="5"
max="10" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="1000"
max="2000" />
<!-- Size of the particles -->
2014-09-29 06:30:43 -04:00
<size min="2.0"
max="3.2"
2014-04-15 19:19:03 -04:00
x-increase-factor="2.6"
y-increase-factor="2.6" />
<color min="255 255 255"
max="255 255 255" />
</particles>