Move waterfall particles in common, so that the absolute path in sandtrack can be fixed

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12048 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2012-11-22 02:21:49 +00:00
parent 79110876f6
commit 454a2d70cd

30
data/gfx/waterfall.xml Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0"?>
<particles emitter="point">
<spreading angle="24" />
<velocity x="0.000"
y="0.005"
z="0.000" />
<material file="waterparticles.png" />
<!-- Amount of particles emitted per second -->
<rate min="10"
max="30" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="500"
max="1000" />
<!-- Size of the particles -->
<size min="0.6"
max="6.2" />
<color min="255 255 255"
max="255 255 255" />
<fadeout time="300" />
</particles>