explosion.particle 1.0 KB

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