spidermite.sprite 1.0 KB

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