Make off-road particles more visible
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7333 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -4,22 +4,22 @@
|
||||
<spreading xangle="120" />
|
||||
|
||||
<velocity x="0.003"
|
||||
y="0.003"
|
||||
y="0.0047"
|
||||
z="0.003" />
|
||||
|
||||
<material file="smoke_brown.png" />
|
||||
|
||||
<!-- Amount of particles emitted per second -->
|
||||
<rate min="100"
|
||||
max="250" />
|
||||
<rate min="150"
|
||||
max="300" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="300"
|
||||
max="500" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.2"
|
||||
max="0.66" />
|
||||
<size min="0.6"
|
||||
max="0.9" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="255 255 255" />
|
||||
|
||||
@@ -4,23 +4,23 @@
|
||||
<spreading xangle="120" />
|
||||
|
||||
<velocity x="0.003"
|
||||
y="0.003"
|
||||
y="0.0047"
|
||||
z="0.003" />
|
||||
|
||||
<material file="smoke_red.png" />
|
||||
|
||||
<!-- Amount of particles emitted per second -->
|
||||
<rate min="100"
|
||||
max="250" />
|
||||
<rate min="150"
|
||||
max="300" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="300"
|
||||
max="500" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.2"
|
||||
max="0.66" />
|
||||
|
||||
<size min="0.6"
|
||||
max="0.9" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="255 255 255" />
|
||||
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
<spreading xangle="120" />
|
||||
|
||||
<velocity x="0.003"
|
||||
y="0.003"
|
||||
y="0.0047"
|
||||
z="0.003" />
|
||||
|
||||
<material file="smoke_yellow.png" />
|
||||
|
||||
<!-- Amount of particles emitted per second -->
|
||||
<rate min="100"
|
||||
max="250" />
|
||||
<rate min="150"
|
||||
max="300" />
|
||||
|
||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||
<lifetime min="300"
|
||||
max="500" />
|
||||
|
||||
<!-- Size of the particles -->
|
||||
<size min="0.2"
|
||||
max="0.66" />
|
||||
<size min="0.6"
|
||||
max="0.9" />
|
||||
|
||||
<color min="255 255 255"
|
||||
max="255 255 255" />
|
||||
|
||||
Reference in New Issue
Block a user