2012-01-29 17:31:40 -05:00
|
|
|
<?xml version="1.0"?>
|
2018-02-11 22:01:42 -05:00
|
|
|
<particles emitter="sphere" radius="0.05">
|
2012-01-29 17:31:40 -05:00
|
|
|
|
2018-02-11 22:01:42 -05:00
|
|
|
<spreading angle="8" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<velocity x="0.0"
|
2018-02-11 22:01:42 -05:00
|
|
|
y="0.006"
|
|
|
|
z="-0.015" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
2012-01-30 02:35:04 -05:00
|
|
|
<material file="skid-particle2.png" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second. The minimum rate
|
|
|
|
is used to show that the skidding bonus is now available,
|
|
|
|
the maximum is used when the skid bonus is applied to the kart -->
|
2018-02-11 22:01:42 -05:00
|
|
|
<rate min="1600"
|
|
|
|
max="1600" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2018-02-11 22:01:42 -05:00
|
|
|
<lifetime min="55"
|
|
|
|
max="65" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2018-02-11 22:01:42 -05:00
|
|
|
<size min="0.25"
|
|
|
|
max="0.25" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<color min="255 255 255"
|
|
|
|
max="255 255 255" />
|
|
|
|
|
|
|
|
</particles>
|