stk-code_catmod/data/gfx/fire.xml

28 lines
665 B
XML
Raw Normal View History

<?xml version="1.0"?>
<particles emitter="point">
<spreading angle="24" />
<velocity x="0.000"
y="0.005"
z="0.000" />
<material file="explode.png" />
<!-- Amount of particles emitted per second -->
<rate min="30"
max="50" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="300"
max="500" />
<!-- Size of the particles -->
<size min="0.55"
max="0.75" />
<color min="255 255 255"
max="255 255 255" />
</particles>