explosion_low.xml 765 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <particles emitter="sphere" radius="0.1">
  3. <spreading angle="180" />
  4. <velocity x="0.000"
  5. y="0.0035"
  6. z="0.000" />
  7. <material file="explode.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="100"
  10. max="150" />
  11. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  12. <lifetime min="700"
  13. max="900" />
  14. <!-- Size of the particles -->
  15. <size min="0.8"
  16. max="1.0"
  17. x-increase-factor="0.6"
  18. y-increase-factor="0.6"
  19. />
  20. <color min="255 255 255"
  21. max="255 255 255" />
  22. </particles>