stk-code_catmod/data/nitro.xml
auria 2847f8527e Now respecting rate in XML file for nitro (Kart was hardcoding rate...)+
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7293 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-06 01:40:00 +00:00

33 lines
882 B
XML

<?xml version="1.0"?>
<particles emitter="box" box_x="0.5" box_y="0.1" box_z="0.5">
<spreading x="120"
y="100"
z="120" />
<velocity x="0.002"
y="0.002"
z="0.002" />
<material file="nitro-particle.png" />
<!-- Amount of particles emitted per second -->
<rate min="130"
max="160" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="1000"
max="2000" />
<!-- Size of the particles -->
<size min="0.22"
max="0.5" />
<color min="255 255 255"
max="255 255 255" />
<!-- How much time in milliseconds before the particle is fully faded out -->
<fadeout time="1000" />
</particles>