rotshot.sprite 1.3 KB

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