spidermite.sprite 978 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 4 3 31.8 31.8)
  5. (images "spidermite.png"
  6. "spidermite0.png"
  7. "spidermite1.png"
  8. "spidermite0.png"))
  9. (action
  10. (name "right")
  11. (hitbox 4 3 31.8 31.8)
  12. (mirror-action "left"))
  13. (action
  14. (name "squished-left")
  15. (hitbox 4 3 31.8 31.8)
  16. (images "spidermite-squish.png"))
  17. (action
  18. (name "squished-right")
  19. (hitbox 4 3 31.8 31.8)
  20. (mirror-action "squished-left"))
  21. (action
  22. (name "iced-left")
  23. (hitbox 4 3 31.8 31.8)
  24. (images "spidermite-frozen.png"))
  25. (action
  26. (name "iced-right")
  27. (hitbox 4 3 31.8 31.8)
  28. (mirror-action "iced-left"))
  29. (action
  30. (name "burning-left")
  31. (hitbox 4 35 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. (action
  42. (name "burning-right")
  43. (hitbox 4 35 31.8 31.8)
  44. (fps 15)
  45. (mirror-action "burning-left")))