gfx_mudPot_a.xml 876 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0"?>
  2. <!-- For sky particles, the size of the box is ignored -->
  3. <particles emitter="box" box_x="0.01" box_y="0.5" box_z="0.01">
  4. <spreading angle="30" />
  5. <velocity x="-0.000"
  6. y="0.002"
  7. z="-0.000" />
  8. <material file="gfx_mud_a.png" clampu="Y" clampv="Y" />
  9. <!-- Amount of particles emitted per second -->
  10. <rate min="5"
  11. max="8" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="900"
  14. max="1000" />
  15. <!-- Size of the particles -->
  16. <size min="0.3"
  17. max="0.5"
  18. x-increase-factor="2.6"
  19. y-increase-factor="2.6" />
  20. <color min="40 255 40"
  21. max="255 255 255" />
  22. </particles>