fire.particle 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. particle fire
  2. {
  3. sprite
  4. {
  5. path = 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. orbitPosition = true
  19. orbitVelocity = true
  20. orbitAcceleration = false
  21. sizeStartMin = 1.5
  22. sizeStartMax = 2
  23. sizeEndMin = 0.5
  24. sizeEndMax = 1
  25. energyMin = 750
  26. energyMax = 1000
  27. colorStart = 1, 0.2, 0, 1
  28. colorStartVar = 0.25, 0, 0, 0
  29. colorEnd = 0, 0, 0, 0
  30. colorEndVar = 0, 0, 0, 0
  31. position = 0, 0, 0
  32. positionVar = 1, 1, 1
  33. velocity = 0, 10, 0
  34. velocityVar = 4, 6, 4
  35. acceleration = 0, 2, 0
  36. accelerationVar = 3, 0.5, 3
  37. rotationPerParticleSpeedMin = -1.5
  38. rotationPerParticleSpeedMax = 1.5
  39. editor
  40. {
  41. cameraTranslation = 0.22, 2.7, 0
  42. cameraZoom = 0, 0, 13.3
  43. cameraRotation = 0, 0, 0, 0
  44. sizeMax = 5
  45. energyMax = 1500
  46. }
  47. }