gfx_fireworkExplosion_a.xml 770 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <particles emitter="sphere" radius="0.5">
  3. <spreading angle="180" />
  4. <velocity x="0.003"
  5. y="0.0003"
  6. z="0.003" />
  7. <material file="gfx_sparkFire_a.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="65"
  10. max="100" />
  11. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  12. <lifetime min="1700"
  13. max="1700" />
  14. <!-- Size of the particles -->
  15. <size min="0.7"
  16. max="1.1"
  17. x-increase-factor="1.3"
  18. y-increase-factor="1.3"
  19. />
  20. <color min="255 255 255"
  21. max="255 0 0" />
  22. </particles>