2012-01-29 17:31:40 -05:00
|
|
|
<?xml version="1.0"?>
|
2018-04-18 19:26:58 -04:00
|
|
|
<particles emitter="sphere" radius="0.03">
|
2012-01-29 17:31:40 -05:00
|
|
|
|
2018-04-18 19:26:58 -04:00
|
|
|
<spreading angle="15" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<velocity x="0.0"
|
2018-02-11 22:16:23 -05:00
|
|
|
y="0.008"
|
2018-02-11 22:01:42 -05:00
|
|
|
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-04-18 19:26:58 -04:00
|
|
|
<rate min="2500"
|
|
|
|
max="2500" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2018-04-18 19:26:58 -04:00
|
|
|
<lifetime min="65"
|
|
|
|
max="75" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2019-01-15 16:34:13 -05:00
|
|
|
<size min="0.17"
|
|
|
|
max="0.17" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
2022-09-08 22:08:54 -04:00
|
|
|
<color min="255 255 50"
|
|
|
|
max="255 255 150" />
|
2012-01-29 17:31:40 -05:00
|
|
|
|
|
|
|
</particles>
|