2017-01-22 23:20:07 -05:00
|
|
|
<?xml version="1.0"?>
|
2017-01-23 00:27:31 -05:00
|
|
|
<particles emitter="box" box_x="0.05" box_y="0.05" box_z="0.10">
|
2017-01-22 23:20:07 -05:00
|
|
|
|
|
|
|
<spreading angle="2" />
|
|
|
|
|
|
|
|
<velocity x="0.0"
|
2017-01-23 00:27:31 -05:00
|
|
|
y="0.005"
|
|
|
|
z="-0.01" />
|
2017-01-22 23:20:07 -05:00
|
|
|
|
2017-01-23 00:27:31 -05:00
|
|
|
<material file="smoke.png" />
|
2017-01-22 23:20:07 -05:00
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2017-01-23 00:27:31 -05:00
|
|
|
<rate min="200"
|
|
|
|
max="300" />
|
2017-01-22 23:20:07 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2017-01-23 00:27:31 -05:00
|
|
|
<lifetime min="10"
|
|
|
|
max="40" />
|
2017-01-22 23:20:07 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2017-01-23 00:27:31 -05:00
|
|
|
<size min="0.05"
|
|
|
|
max="0.1"
|
|
|
|
x-increase-factor="5"
|
|
|
|
y-increase-factor="5"
|
2017-01-22 23:20:07 -05:00
|
|
|
/>
|
|
|
|
|
2022-09-08 22:08:54 -04:00
|
|
|
<color min="0 0 0"
|
|
|
|
max="255 255 255" />
|
2017-01-22 23:20:07 -05:00
|
|
|
|
|
|
|
</particles>
|