2011-01-04 20:39:18 -05:00
|
|
|
<?xml version="1.0"?>
|
2018-02-11 22:01:42 -05: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"
|
2014-11-12 16:20:33 -05:00
|
|
|
y="0.0"
|
2014-11-13 13:20:26 -05:00
|
|
|
z="-0.003" />
|
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 -->
|
2014-11-13 19:24:15 -05:00
|
|
|
<rate min="600"
|
|
|
|
max="800" />
|
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. -->
|
2014-11-13 19:24:15 -05:00
|
|
|
<lifetime min="85"
|
|
|
|
max="120" />
|
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
|
|
|
|
|
|
|
</particles>
|