leafshot.sprite 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 4 18 36 18)
  5. (images "left-1.png"
  6. "left-2.png"
  7. "left-1.png"
  8. "left-2.png"
  9. "left-3.png"
  10. "left-4.png"
  11. "left-3.png"
  12. "left-4.png"
  13. "left-3.png"
  14. "left-2.png")
  15. )
  16. (action
  17. (name "right")
  18. (mirror-action "left")
  19. )
  20. (action
  21. (name "iced-left")
  22. (hitbox 4 18 36 18)
  23. (images "frozen.png")
  24. )
  25. (action
  26. (name "iced-right")
  27. (mirror-action "iced-left")
  28. )
  29. (action
  30. (name "squished-left")
  31. (hitbox 0 6 36 2)
  32. (images "../poison_ivy/squished.png")
  33. )
  34. (action
  35. (name "squished-right")
  36. (mirror-action "squished-left")
  37. )
  38. (action
  39. (name "collision-left")
  40. (images "collision.png")
  41. )
  42. (action
  43. (name "collision-right")
  44. (hitbox -27 18 15 18)
  45. (mirror-action "collision-left")
  46. )
  47. (action
  48. (name "burning-left")
  49. (hitbox 4 28 36 18)
  50. (images "burning-0.png"
  51. "burning-1.png"
  52. "burning-2.png"
  53. "burning-3.png"
  54. "burning-4.png"
  55. "burning-5.png"
  56. "burning-6.png"
  57. "burning-7.png")
  58. )
  59. (action
  60. (name "burning-right")
  61. (mirror-action "burning-left")
  62. )
  63. )