poison_ivy.sprite 920 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 2 4 31.8 31.8)
  5. (images "left-0.png"
  6. "left-1.png"
  7. "left-2.png"))
  8. (action
  9. (name "right")
  10. (hitbox 2 4 31.8 31.8)
  11. (mirror-action "left"))
  12. (action
  13. (name "iced-left")
  14. (hitbox 2 4 31.8 31.8)
  15. (images "frozen.png"))
  16. (action
  17. (name "iced-right")
  18. (hitbox 2 4 31.8 31.8)
  19. (mirror-action "iced-left"))
  20. (action
  21. (name "squished-left")
  22. (hitbox 0 3 31.8 31.8)
  23. (images "squished.png"))
  24. (action
  25. (name "squished-right")
  26. (hitbox 0 3 31.8 31.8)
  27. (mirror-action "squished-left")
  28. )
  29. (action
  30. (name "burning-left")
  31. (hitbox 2 36 31.8 31.8)
  32. (fps 15)
  33. (images "burning-0.png"
  34. "burning-1.png"
  35. "burning-2.png"
  36. "burning-3.png"
  37. "burning-4.png"
  38. "burning-5.png"
  39. "burning-6.png"
  40. "burning-7.png"
  41. "burning-8.png"
  42. "burning-9.png"))
  43. (action
  44. (name "burning-right")
  45. (hitbox 2 36 31.8 31.8)
  46. (mirror-action "burning-left")
  47. )
  48. )