smoke_brown.xml 667 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <particles emitter="point">
  3. <spreading angle="90" />
  4. <velocity x="0.003"
  5. y="0.0047"
  6. z="0.003" />
  7. <material file="smoke_brown.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="150"
  10. max="300" />
  11. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  12. <lifetime min="300"
  13. max="500" />
  14. <!-- Size of the particles -->
  15. <size min="0.6"
  16. max="0.9" />
  17. <color min="255 255 255"
  18. max="255 255 255" />
  19. </particles>