stk-code_catmod/data/gfx/skid2.xml
2022-09-09 10:08:54 +08:00

30 lines
852 B
XML

<?xml version="1.0"?>
<particles emitter="sphere" radius="0.03">
<spreading angle="15" />
<velocity x="0.0"
y="0.008"
z="-0.015" />
<material file="skid-particle2.png" />
<!-- 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 -->
<rate min="2500"
max="2500" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="65"
max="75" />
<!-- Size of the particles -->
<size min="0.17"
max="0.17" />
<color min="255 255 50"
max="255 255 150" />
</particles>