2011-01-04 20:39:18 -05:00
|
|
|
<?xml version="1.0"?>
|
2013-06-23 16:12:10 -04:00
|
|
|
<particles emitter="box" box_x="0.05" box_y="0.05" box_z="0.05">
|
2011-01-04 20:39:18 -05:00
|
|
|
|
2013-06-23 16:12:10 -04:00
|
|
|
<spreading angle="2" />
|
2011-01-05 20:25:46 -05:00
|
|
|
|
2011-01-06 18:43:06 -05:00
|
|
|
<velocity x="0.0"
|
|
|
|
y="0.001"
|
2013-06-23 16:12:10 -04:00
|
|
|
z="0.000" />
|
2011-01-05 20:25:46 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<material file="nitro-particle.png" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2013-06-23 16:12:10 -04:00
|
|
|
<rate min="100"
|
|
|
|
max="200" />
|
2011-01-05 15:54:36 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2013-06-23 16:12:10 -04:00
|
|
|
<lifetime min="10"
|
|
|
|
max="20" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2013-06-23 16:12:10 -04:00
|
|
|
<size min="0.1"
|
2013-06-24 15:04:50 -04:00
|
|
|
max="0.25"
|
|
|
|
x-increase-factor="1.2"
|
|
|
|
y-increase-factor="1.2"
|
|
|
|
/>
|
2011-01-04 21:38:24 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<color min="255 255 255"
|
2011-01-05 21:47:34 -05:00
|
|
|
max="255 255 255" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
2013-06-23 16:12:10 -04:00
|
|
|
<fadeout time="5" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
</particles>
|