smoke_short_burst.xml 692 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <particles emitter="point">
  3. <spreading angle="360" />
  4. <velocity x="0.002"
  5. y="0.002"
  6. z="0.002" />
  7. <material file="smoke_black.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="20"
  10. max="30"
  11. decay_rate="40" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="800"
  14. max="999" />
  15. <!-- Size of the particles -->
  16. <size min="1.5"
  17. max="3.5" />
  18. <color min="255 255 255"
  19. max="255 255 255" />
  20. </particles>