stk-code_catmod/data/gfx/acid_splash.xml
auria 93900adace Hot acid splash for XR591
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7904 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-03-15 18:57:42 +00:00

31 lines
820 B
XML

<?xml version="1.0"?>
<particles emitter="box" box_x="0.75" box_y="0.75" box_z="0.75">
<spreading angle="25" />
<velocity x="0.000"
y="0.002"
z="0.000" />
<material file="smoke_acid.png" />
<!-- Amount of particles emitted per second -->
<rate min="300"
max="400" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="1000"
max="1000" />
<!-- Size of the particles -->
<size min="0.2"
max="0.66" />
<color min="255 255 255"
max="0 0 0" />
<!-- How much time in milliseconds before the particle is fully faded out -->
<fadeout time="500" />
</particles>