zipper_fire.xml 742 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <particles emitter="box" box_x="0.35" box_y="0.2" box_z="0.2">
  3. <spreading angle="30" />
  4. <velocity x="0.0"
  5. y="0.001"
  6. z="-0.003" />
  7. <material file="zipper-particle.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="800"
  10. max="1000"
  11. decay_rate="800" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="100"
  14. max="300" />
  15. <!-- Size of the particles -->
  16. <size min="0.20"
  17. max="0.40" />
  18. <color min="255 255 255"
  19. max="255 255 255" />
  20. </particles>