454a2d70cd
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12048 178a84e3-b1eb-0310-8ba1-8eac791a3b58
31 lines
702 B
XML
31 lines
702 B
XML
<?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>
|