waterfall.xml 756 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <particles emitter="box" box_x="3.0" box_y="0.5" box_z="3.0">
  3. <spreading angle="45" />
  4. <velocity x="0.000"
  5. y="0.001"
  6. z="0.000" />
  7. <material file="waterparticles.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="1"
  10. max="6" />
  11. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  12. <lifetime min="1000"
  13. max="4000" />
  14. <!-- Size of the particles -->
  15. <size min="5.0"
  16. max="10.0"
  17. x-increase-factor="2.6"
  18. y-increase-factor="2.6" />
  19. <color min="255 255 255"
  20. max="255 255 255" />
  21. </particles>