sparks.xml 729 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <particles emitter="box" box_x="0.5" box_y="0.5" box_z="0.2">
  3. <spreading angle="180" />
  4. <velocity x="0.000"
  5. y="0.004"
  6. z="0.000" />
  7. <material file="flaring-star.png" />
  8. <!-- Amount of particles emitted per second -->
  9. <rate min="200"
  10. max="200"
  11. decay_rate="200" />
  12. <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
  13. <lifetime min="500"
  14. max="600" />
  15. <!-- Size of the particles -->
  16. <size min="0.1"
  17. max="0.2" />
  18. <color min="255 255 255"
  19. max="255 255 255" />
  20. </particles>