fire.particle 897 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. particle fire
  2. {
  3. sprite
  4. {
  5. path = res/fire.png
  6. width = 256
  7. height = 256
  8. blending = ADDITIVE
  9. animated = false
  10. looped = false
  11. frameCount = 3
  12. frameRandomOffset = 3
  13. frameDuration = 0
  14. }
  15. particleCountMax = 5000
  16. emissionRate = 300
  17. ellipsoid = true
  18. sizeStartMin = 1.5
  19. sizeStartMax = 2
  20. sizeEndMin = 0.5
  21. sizeEndMax = 1.0
  22. energyMin = 750
  23. energyMax = 1000
  24. colorStart = 1, 0.2, 0, 1
  25. colorStartVar = 0.25, 0, 0, 0
  26. colorEnd = 0, 0, 0, 0
  27. position = 0, 0, 0
  28. positionVar = 1, 1, 1
  29. velocity = 0.0, 10, 0.0
  30. velocityVar = 4, 6, 4
  31. acceleration = 0.0, 2, 0.0
  32. accelerationVar = 3, 0.5, 3
  33. rotationPerParticleSpeedMin = -1.5
  34. rotationPerParticleSpeedMax = 1.5
  35. orbitPosition = true
  36. orbitVelocity = true
  37. orbitAcceleration = false
  38. }