gfx_fireworkGreen_a.xml 768 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <particles emitter="sphere" radius="0.5">
  3. <spreading angle="180" />
  4. <velocity x="0.03"
  5. y="0.003"
  6. z="0.03" />
  7. <material file="gfx_sparkGreen_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="2700"
  13. max="2700" />
  14. <!-- Size of the particles -->
  15. <size min="0.5"
  16. max="0.8"
  17. x-increase-factor="1.1"
  18. y-increase-factor="1.3"
  19. />
  20. <color min="255 255 255"
  21. max="255 0 0" />
  22. </particles>