crystallo.sprite 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 14)
  5. (hitbox 8 12 32 26)
  6. (images "left-0.png"
  7. "left-1.png"
  8. "left-2.png"
  9. "left-3.png"
  10. "left-4.png"
  11. "left-5.png"
  12. "left-6.png"
  13. "left-7.png")
  14. )
  15. (action
  16. (name "right")
  17. (fps 14)
  18. (hitbox 8 12 32 26)
  19. (mirror-action "left")
  20. )
  21. (action
  22. (name "slowdown-left")
  23. (fps 5)
  24. (hitbox 8 12 32 26)
  25. (clone-action "left")
  26. )
  27. (action
  28. (name "slowdown-right")
  29. (fps 5)
  30. (hitbox 8 12 32 26)
  31. (clone-action "right")
  32. )
  33. (action
  34. (name "shattered-left")
  35. (hitbox 8 12 32 26)
  36. (images "squished.png")
  37. )
  38. (action
  39. (name "shattered-right")
  40. (hitbox 8 12 32 26)
  41. (mirror-action "shattered-left")
  42. )
  43. (action
  44. (name "roof-left")
  45. (fps 14)
  46. (hitbox 8 12 32 26)
  47. (flip-action "left")
  48. )
  49. (action
  50. (name "roof-right")
  51. (fps 14)
  52. (hitbox 8 12 32 26)
  53. (mirror-action "roof-left")
  54. )
  55. (action
  56. (name "roof-slowdown-left")
  57. (fps 5)
  58. (hitbox 8 12 32 26)
  59. (clone-action "roof-left")
  60. )
  61. (action
  62. (name "roof-slowdown-right")
  63. (fps 5)
  64. (hitbox 8 12 32 26)
  65. (clone-action "roof-right")
  66. )
  67. (action
  68. (name "roof-shattered-left")
  69. (hitbox 8 12 32 26)
  70. (images "squished.png")
  71. )
  72. (action
  73. (name "roof-shattered-right")
  74. (hitbox 8 12 32 26)
  75. (mirror-action "roof-shattered-left")
  76. )
  77. (action
  78. (name "roof-detected-left")
  79. (fps 15)
  80. (hitbox 17 2 24 36)
  81. (loops 1)
  82. (images "fall-0.png"
  83. "fall-1.png"
  84. "fall-2.png"
  85. "fall-3.png"
  86. "fall-4.png"
  87. "fall-5.png"
  88. "fall-6.png"
  89. "fall-7.png"
  90. "fall-8.png"
  91. "fall-9.png"
  92. "fall-10.png"
  93. "fall-11.png")
  94. )
  95. (action
  96. (name "roof-detected-right")
  97. (fps 15)
  98. (hitbox 19 2 24 36)
  99. (loops 1)
  100. (mirror-action "roof-detected-left")
  101. )
  102. (action
  103. (name "roof-fall-left")
  104. (hitbox 17 2 24 36)
  105. (images "fall-11.png")
  106. )
  107. (action
  108. (name "roof-fall-right")
  109. (hitbox 19 2 24 36)
  110. (mirror-action "roof-fall-left")
  111. )
  112. (action
  113. (name "sleeping-left")
  114. (fps 14)
  115. (hitbox 8 12 32 26)
  116. (loops 1)
  117. (images "sleep-0.png")
  118. )
  119. (action
  120. (name "sleeping-right")
  121. (fps 14)
  122. (hitbox 8 12 32 26)
  123. (loops 1)
  124. (mirror-action "sleeping-left")
  125. )
  126. (action
  127. (name "waking-left")
  128. (fps 14)
  129. (hitbox 8 12 32 26)
  130. (loops 1)
  131. (images "sleep-0.png"
  132. "sleep-1.png"
  133. "sleep-2.png"
  134. "sleep-0.png"
  135. "sleep-1.png"
  136. "sleep-3.png"
  137. "sleep-3.png"
  138. "sleep-3.png"
  139. "sleep-3.png"
  140. "sleep-4.png"
  141. "sleep-5.png"
  142. "sleep-4.png"
  143. "sleep-5.png"
  144. "sleep-4.png"
  145. "sleep-5.png"
  146. "sleep-4.png"
  147. "sleep-5.png")
  148. )
  149. (action
  150. (name "waking-right")
  151. (fps 14)
  152. (hitbox 8 12 32 26)
  153. (loops 1)
  154. (mirror-action "waking-left")
  155. )
  156. (action
  157. (name "jumping-left")
  158. (fps 14)
  159. (hitbox 10 12 32 26)
  160. (loops 1)
  161. (images "jump-0.png"
  162. "jump-1.png"
  163. "jump-2.png"
  164. "jump-3.png"
  165. "jump-4.png"
  166. "jump-5.png")
  167. )
  168. (action
  169. (name "jumping-right")
  170. (fps 14)
  171. (hitbox 8 12 32 26)
  172. (loops 1)
  173. (mirror-action "jumping-left")
  174. )
  175. )