1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0"?>
- <!-- For sky particles, the size of the box is ignored -->
- <particles emitter="box" randomize-initial-y="true" box_x="100.0" box_y="100" box_z="120.0">
- <spreading angle="3" />
-
- <velocity x="-0.00"
- y="-0.005"
- z="-0.00" />
-
- <material file="confetti.png" clampu="Y" clampv="Y" />
-
- <!-- Amount of particles emitted per second -->
- <rate min="500"
- max="1000" />
-
- <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
- <lifetime min="8500"
- max="9500" />
-
- <!-- Size of the particles -->
- <size min="0.10"
- max="0.30" />
-
- <color min="40 255 40"
- max="255 255 255" />
- <wind flips="Y" />
- </particles>
|