Lower life times now that fadeout is known to work at the end.

Before the particles were already faded, so many more needed.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7324 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2011-01-07 02:13:49 +00:00
parent e034d1e345
commit 6db2b6a49e

View File

@@ -10,8 +10,8 @@
<material file="nitro-particle.png" />
<!-- Amount of particles emitted per second -->
<rate min="500"
max="750" />
<rate min="200"
max="400" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="400"
@@ -25,6 +25,6 @@
max="255 255 255" />
<!-- How much time in milliseconds before the particle is fully faded out -->
<fadeout time="1000" />
<fadeout time="100" />
</particles>