Hot acid splash for XR591
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7904 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
5c58a699fd
commit
93900adace
30
data/gfx/acid_splash.xml
Normal file
30
data/gfx/acid_splash.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<particles emitter="box" box_x="0.75" box_y="0.75" box_z="0.75">
|
||||
|
||||
<spreading angle="25" />
|
||||
|
||||
<velocity x="0.000"
|
||||
y="0.002"
|
||||
z="0.000" />
|
||||
|
||||
<material file="smoke_acid.png" />
|
||||
|
||||
<!-- Amount of particles emitted per second -->
|
||||
<rate min="300"
|
||||
max="400" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="1000"
|
||||
max="1000" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.2"
|
||||
max="0.66" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="0 0 0" />
|
||||
|
||||
<!-- How much time in milliseconds before the particle is fully faded out -->
|
||||
<fadeout time="500" />
|
||||
|
||||
</particles>
|
Loading…
x
Reference in New Issue
Block a user