Update again
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<particles emitter="sphere" radius="0.05">
|
||||
<particles emitter="sphere" radius="0.03">
|
||||
|
||||
<spreading angle="8" />
|
||||
<spreading angle="15" />
|
||||
|
||||
<velocity x="0.0"
|
||||
y="0.008"
|
||||
@@ -12,16 +12,16 @@
|
||||
<!-- 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="1500"
|
||||
max="1500" />
|
||||
<rate min="2000"
|
||||
max="2000" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="50"
|
||||
max="60" />
|
||||
<lifetime min="60"
|
||||
max="70" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.22"
|
||||
max="0.22" />
|
||||
<size min="0.18"
|
||||
max="0.18" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="255 255 255" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<particles emitter="sphere" radius="0.05">
|
||||
<particles emitter="sphere" radius="0.03">
|
||||
|
||||
<spreading angle="8" />
|
||||
<spreading angle="15" />
|
||||
|
||||
<velocity x="0.0"
|
||||
y="0.008"
|
||||
@@ -12,16 +12,16 @@
|
||||
<!-- 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="1800"
|
||||
max="1800" />
|
||||
<rate min="2500"
|
||||
max="2500" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="55"
|
||||
max="65" />
|
||||
<lifetime min="65"
|
||||
max="75" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.25"
|
||||
max="0.25" />
|
||||
<size min="0.20"
|
||||
max="0.20" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="255 255 255" />
|
||||
|
||||
Reference in New Issue
Block a user