leaves.stcp 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. (supertux-custom-particle
  2. (texture
  3. (surface "particles/generic/leaf.png")
  4. (color_r 1)
  5. (color_g 1)
  6. (color_b 1)
  7. (color_a 1)
  8. (likeliness 1)
  9. (scale_x 1)
  10. (scale_y 1)
  11. )
  12. (texture
  13. (surface "particles/generic/leaf.png")
  14. (color_r 1)
  15. (color_g 1)
  16. (color_b 1)
  17. (color_a 1)
  18. (likeliness 1)
  19. (scale_x 0.75)
  20. (scale_y 0.75)
  21. )
  22. (z-pos 0)
  23. (main-texture "/images/engine/editor/sparkle.png")
  24. (amount 10)
  25. (delay 0.5)
  26. (lifetime 10)
  27. (birth-time 0)
  28. (death-mode "fade")
  29. (death-time 0.75)
  30. (speed-var-x 256)
  31. (speed-var-y 256)
  32. (acceleration-y 200)
  33. (friction-x 1)
  34. (friction-y 1)
  35. (feather-factor 1)
  36. (rotation-variation 360)
  37. (rotation-speed 360)
  38. (rotation-speed-variation 360)
  39. (rotation-decceleration 1)
  40. (rotation-mode "wiggling")
  41. (collision-mode "bounce-heavy")
  42. (offscreen-mode "always")
  43. (cover-screen #f)
  44. )