gfx_smallWaterFlow.xml 763 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <particles emitter="sphere" radius="0.1">
  3. <spreading angle="12" />
  4. <velocity x="0.000"
  5. y="0.000"
  6. z="0.005" />
  7. <material file="particle_water.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="30"
  10. max="50" />
  11. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  12. <lifetime min="500"
  13. max="1000" />
  14. <!-- Size of the particles -->
  15. <size min="0.1"
  16. max="0.2"
  17. x-increase-factor="1.3"
  18. y-increase-factor="1.3" />
  19. <color min="255 255 255"
  20. max="255 255 255" />
  21. </particles>