smoke.particle 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. particle smoke
  2. {
  3. sprite
  4. {
  5. path = smoke.png
  6. width = 64
  7. height = 64
  8. blending = ADDITIVE
  9. animated = false
  10. looped = false
  11. frameCount = 1
  12. frameRandomOffset = 0
  13. frameDuration = 0
  14. }
  15. particleCountMax = 5000
  16. emissionRate = 20
  17. ellipsoid = false
  18. orbitPosition = false
  19. orbitVelocity = false
  20. orbitAcceleration = false
  21. sizeStartMin = 3.5
  22. sizeStartMax = 3.5
  23. sizeEndMin = 15
  24. sizeEndMax = 15
  25. energyMin = 4000
  26. energyMax = 5000
  27. colorStart = 0.5, 0.5, 0.5, 1
  28. colorStartVar = 0, 0, 0, 0
  29. colorEnd = 1, 0, 0, 0
  30. colorEndVar = 0, 0, 0, 0
  31. position = 0, 0, 0
  32. positionVar = 0, 0, 0
  33. velocity = 2.5, 5, 0
  34. velocityVar = 0, 0, 0
  35. acceleration = -10, 5, 0
  36. accelerationVar = 2.5, 5, 0
  37. rotationPerParticleSpeedMin = -1.5
  38. rotationPerParticleSpeedMax = 1.5
  39. editor
  40. {
  41. cameraTranslation = -0.0200001, 4.06, 0
  42. cameraZoom = 0, 0, 16.8
  43. cameraRotation = 0, 0, 0, 0
  44. sizeMax = 20
  45. energyMax = 5000
  46. }
  47. }