Remove old rain particles file

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7658 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-02-08 23:37:15 +00:00
parent 7bfcdc56b4
commit 0ad52c1d63

View File

@@ -1,33 +0,0 @@
<?xml version="1.0"?>
<!-- For sky particles, the size of the box is ignored -->
<particles emitter="box">
<spreading angle="3" />
<velocity x="0.0"
y="-0.04"
z="0.0" />
<material file="rain.png"/>
<!-- Amount of particles emitted per second -->
<rate min="800"
max="900" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="4000"
max="5000" />
<!-- Size of the particles -->
<size min="16.00"
max="16.00" />
<color min="255 255 255"
max="255 255 255" />
<!-- Distance at which the particles fade out -->
<fade-away start="50"
end="100" />
</particles>