fatbat.sprite 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 30 15 32 38)
  5. (loops 1)
  6. (fps 20)
  7. (images "fatbat-0.png"
  8. "fatbat-1.png"
  9. "fatbat-2.png"
  10. "fatbat-3.png"
  11. "fatbat-4.png"
  12. "fatbat-5.png"
  13. "fatbat-4.png"))
  14. (action
  15. (name "right")
  16. (hitbox 34 15 32 38)
  17. (fps 20)
  18. (loops 1)
  19. (mirror-action "left"))
  20. (action
  21. (name "left-down")
  22. (loops 1)
  23. (hitbox 30 15 32 38)
  24. (fps 30)
  25. (images "fatbat-4.png"
  26. "fatbat-9.png"
  27. "fatbat-10.png"
  28. "fatbat-11.png"))
  29. (action
  30. (name "right-down")
  31. (loops 1)
  32. (hitbox 34 15 32 38)
  33. (fps 30)
  34. (mirror-action "left-down"))
  35. (action
  36. (name "left-up")
  37. (loops 1)
  38. (hitbox 30 15 32 38)
  39. (fps 30)
  40. (images "fatbat-6.png"
  41. "fatbat-7.png"
  42. "fatbat-8.png"
  43. "fatbat-0.png"))
  44. (action
  45. (name "right-up")
  46. (loops 1)
  47. (hitbox 34 15 32 38)
  48. (fps 30)
  49. (mirror-action "left-up"))
  50. (action
  51. (name "squished-left")
  52. (hitbox 30 15 32 38)
  53. (images "squished.png")
  54. )
  55. (action
  56. (name "squished-right")
  57. (hitbox 34 15 32 38)
  58. (mirror-action "squished-left")
  59. )
  60. (action
  61. (name "burning-left")
  62. (fps 15)
  63. (hitbox 30 15 32 38)
  64. (images "burn-0.png"
  65. "burn-1.png"
  66. "burn-2.png"
  67. "burn-3.png"
  68. "burn-4.png"
  69. "burn-5.png"
  70. "burn-6.png"
  71. "burn-7.png"
  72. "burn-8.png"
  73. "burn-9.png"
  74. "burn-10.png"
  75. )
  76. )
  77. (action
  78. (name "burning-right")
  79. (fps 15)
  80. (hitbox 34 15 32 38)
  81. (mirror-action "burning-left")
  82. )
  83. (action
  84. (name "iced-left")
  85. (hitbox 15 0 64 64)
  86. (loops 1)
  87. (fps 20)
  88. (images "fatbat-0.png"
  89. "fatbat-1.png"
  90. "fatbat-2.png"
  91. "fatbat-3.png"
  92. "fatbat-4.png"
  93. "fatbat-5.png"
  94. "fatbat-4.png"))
  95. (action
  96. (name "iced-right")
  97. (hitbox 15 0 64 64)
  98. (fps 20)
  99. (loops 1)
  100. (mirror-action "left"))
  101. )