confetti_bleu.xml 871 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <!-- For sky particles, the size of the box is ignored -->
  3. <particles emitter="box" randomize-initial-y="true" box_x="100.0" box_y="100" box_z="120.0">
  4. <spreading angle="3" />
  5. <velocity x="-0.00"
  6. y="-0.005"
  7. z="-0.00" />
  8. <material file="snowflake.png" clampu="Y" clampv="Y" />
  9. <!-- Amount of particles emitted per second -->
  10. <rate min="500"
  11. max="1000" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="8500"
  14. max="9500" />
  15. <!-- Size of the particles -->
  16. <size min="0.10"
  17. max="0.30" />
  18. <color min="40 255 40"
  19. max="255 255 255" />
  20. <wind flips="Y" />
  21. </particles>