Added particles for 2.5 sec skidding and 3.5+ sec skidding. Feel free to improve.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10764 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
magned
2012-01-30 07:35:04 +00:00
parent 3fbaeab536
commit 5ab305771c
2 changed files with 3 additions and 3 deletions

View File

@@ -7,12 +7,12 @@
y="0.001"
z="-0.003" />
<material file="nitro-particle.png" />
<material file="skid-particle1.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="50"
<rate min="200"
max="600" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->

View File

@@ -7,7 +7,7 @@
y="0.001"
z="-0.003" />
<material file="nitro-particle.png" />
<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,