gfx_firework_a.xml 781 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <!-- For sky particles, the size of the box is ignored -->
  3. <particles emitter="sphere" radius="0.1">
  4. <spreading angle="5" />
  5. <velocity x="-0.000"
  6. y="0.002"
  7. z="-0.000" />
  8. <material file="gfx_sparkFire_a.png" clampu="Y" clampv="Y" />
  9. <!-- Amount of particles emitted per second -->
  10. <rate min="20"
  11. max="50" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="400"
  14. max="500" />
  15. <!-- Size of the particles -->
  16. <size min="0.2"
  17. max="0.3" />
  18. <color min="40 255 40"
  19. max="255 255 255" />
  20. </particles>