fatbat.sprite 846 B

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