stk-code_catmod/data/smoke.xml
mbjornstk 1950663492 Adjust life to old values, so it does not cause clouds/tunnels of smoke.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7257 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-05 02:45:43 +00:00

26 lines
692 B
XML

<?xml version="1.0"?>
<particles emitter="box">
<spreading value="0.003" />
<material file="smoke.png" />
<!-- Amount of particles emitted per second -->
<rate min="5"
max="10" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="300"
max="500" />
<!-- Size of the particles -->
<size min="0.2"
max="0.66" />
<color min="255 255 255"
max="255 255 255" />
<!-- How much time in milliseconds before the particle is fully faded out -->
<fadeout time="900" />
</particles>