powerups.sprite 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. (supertux-sprite
  2. (action
  3. (name "grow-right")
  4. (images "../../objects/bonus_block/invisible.png"))
  5. (action
  6. (name "grow-left")
  7. (mirror-action "grow-right"))
  8. ; Air Tux
  9. (action
  10. (name "air-walk-right")
  11. (fps 15)
  12. (hitbox 15 14 32 64)
  13. (images "air/hat/walk-0.png"
  14. "air/hat/walk-1.png"
  15. "air/hat/stand.png"
  16. "air/hat/walk-0.png"
  17. "air/hat/walk-1.png"
  18. "air/hat/stand.png"))
  19. (action
  20. (name "air-walk-left")
  21. (fps 15)
  22. (hitbox 17 14 32 64)
  23. (mirror-action "air-walk-right"))
  24. (action
  25. (name "air-stand-right")
  26. (hitbox 16 14 32 64)
  27. (images "air/hat/stand.png"))
  28. (action
  29. (name "air-stand-left")
  30. (hitbox 16 14 32 64)
  31. (mirror-action "air-stand-right"))
  32. (action
  33. (name "air-jump-right")
  34. (fps 10)
  35. (hitbox 16 14 32 64)
  36. (images "air/hat/stand.png"
  37. "air/hat/spin-1.png"
  38. "air/hat/spin-2.png"
  39. "air/hat/spin-3.png"))
  40. (action
  41. (name "air-jump-left")
  42. (hitbox 16 14 32 64)
  43. (mirror-action "air-jump-right"))
  44. (action
  45. (name "air-skid-right")
  46. (hitbox 16 14 32 64)
  47. (images "air/hat/skid.png"))
  48. (action
  49. (name "air-skid-left")
  50. (hitbox 16 14 32 64)
  51. (mirror-action "air-skid-right"))
  52. (action
  53. (name "air-kick-right")
  54. (hitbox 16 14 32 64)
  55. (images "air/hat/stand.png"))
  56. (action
  57. (name "air-kick-left")
  58. (hitbox 16 14 32 64)
  59. (mirror-action "air-kick-right"))
  60. (action
  61. (name "air-idle-right")
  62. (fps 5)
  63. (hitbox 16 14 32 64)
  64. (images "air/hat/spin-1.png"
  65. "air/hat/spin-2.png"
  66. "air/hat/spin-3.png"))
  67. (action
  68. (name "air-idle-left")
  69. (hitbox 16 14 32 64)
  70. (mirror-action "air-idle-right"))
  71. (action
  72. (name "air-climbing-right")
  73. (hitbox 22 21 32 64)
  74. (images "air/hat/stand.png"))
  75. (action
  76. (name "air-climbing-left")
  77. (hitbox 22 21 32 64)
  78. (mirror-action "air-climbing-right"))
  79. (action
  80. (name "air-duck-right")
  81. (hitbox 16 45 32 32)
  82. (images "air/hat/duck.png"))
  83. (action
  84. (name "air-duck-left")
  85. (hitbox 16 45 32 32)
  86. (mirror-action "air-duck-right"))
  87. (action
  88. (name "air-backflip-right")
  89. (hitbox 16 37 32 32)
  90. (images "air/hat/backflip.png"))
  91. (action
  92. (name "air-backflip-left")
  93. (hitbox 16 37 32 32)
  94. (mirror-action "air-backflip-right"))
  95. (action
  96. (name "air-buttjump-right")
  97. (hitbox 16 14 32 64)
  98. (images "air/hat/stand.png"))
  99. (action
  100. (name "air-buttjump-left")
  101. (hitbox 16 14 32 64)
  102. (mirror-action "air-buttjump-right"))
  103. ; Earth Tux
  104. (action
  105. (name "earth-walk-right")
  106. (fps 15)
  107. (hitbox 15 14 32 64)
  108. (images "earth/hardhat/walk-0.png"
  109. "earth/hardhat/walk-1.png"
  110. "earth/hardhat/stand.png"
  111. "earth/hardhat/walk-0.png"
  112. "earth/hardhat/walk-1.png"
  113. "earth/hardhat/stand.png"))
  114. (action
  115. (name "earth-walk-left")
  116. (fps 15)
  117. (hitbox 17 14 32 64)
  118. (mirror-action "earth-walk-right"))
  119. (action
  120. (name "earth-stand-right")
  121. (hitbox 16 14 32 64)
  122. (images "earth/hardhat/stand.png"))
  123. (action
  124. (name "earth-stand-left")
  125. (hitbox 16 14 32 64)
  126. (mirror-action "earth-stand-right"))
  127. (action
  128. (name "earth-jump-right")
  129. (hitbox 16 14 32 64)
  130. (images "earth/hardhat/stand.png"))
  131. (action
  132. (name "earth-jump-left")
  133. (hitbox 16 14 32 64)
  134. (mirror-action "earth-jump-right"))
  135. (action
  136. (name "earth-skid-right")
  137. (hitbox 16 14 32 64)
  138. (images "earth/hardhat/skid.png"))
  139. (action
  140. (name "earth-skid-left")
  141. (hitbox 16 14 32 64)
  142. (mirror-action "earth-skid-right"))
  143. (action
  144. (name "earth-kick-right")
  145. (hitbox 16 14 32 64)
  146. (images "earth/hardhat/stand.png"))
  147. (action
  148. (name "earth-kick-left")
  149. (hitbox 16 14 32 64)
  150. (mirror-action "earth-kick-right"))
  151. (action
  152. (name "earth-idle-right")
  153. (hitbox 16 14 32 64)
  154. (images "earth/hardhat/stand.png"))
  155. (action
  156. (name "earth-idle-left")
  157. (hitbox 16 14 32 64)
  158. (mirror-action "earth-idle-right"))
  159. (action
  160. (name "earth-climbing-right")
  161. (hitbox 22 21 32 64)
  162. (images "earth/hardhat/stand.png"))
  163. (action
  164. (name "earth-climbing-left")
  165. (hitbox 22 21 32 64)
  166. (mirror-action "earth-climbing-right"))
  167. (action
  168. (name "earth-duck-right")
  169. (hitbox 16 45 32 32)
  170. (images "earth/hardhat/duck.png"))
  171. (action
  172. (name "earth-duck-left")
  173. (hitbox 16 45 32 32)
  174. (mirror-action "earth-duck-right"))
  175. (action
  176. (name "earth-backflip-right")
  177. (hitbox 16 37 32 32)
  178. (images "earth/hardhat/backflip.png"))
  179. (action
  180. (name "earth-backflip-left")
  181. (hitbox 16 37 32 32)
  182. (mirror-action "earth-backflip-right"))
  183. (action
  184. (name "earth-buttjump-right")
  185. (hitbox 16 14 32 64)
  186. (images "earth/hardhat/stand.png"))
  187. (action
  188. (name "earth-buttjump-left")
  189. (hitbox 16 14 32 64)
  190. (mirror-action "earth-buttjump-right"))
  191. ; Santa Tux
  192. (action
  193. (name "santa-walk-right")
  194. (fps 15)
  195. (hitbox 15 14 32 64)
  196. (images "fire/santa_cap/walk-0.png"
  197. "fire/santa_cap/walk-1.png"
  198. "fire/santa_cap/stand.png"
  199. "fire/santa_cap/walk-0.png"
  200. "fire/santa_cap/walk-1.png"
  201. "fire/santa_cap/stand.png"))
  202. (action
  203. (name "santa-walk-left")
  204. (fps 15)
  205. (hitbox 17 14 32 64)
  206. (mirror-action "santa-walk-right"))
  207. (action
  208. (name "santa-stand-right")
  209. (hitbox 16 14 32 64)
  210. (images "fire/santa_cap/stand.png"))
  211. (action
  212. (name "santa-stand-left")
  213. (hitbox 16 14 32 64)
  214. (mirror-action "santa-stand-right"))
  215. (action
  216. (name "santa-jump-right")
  217. (hitbox 16 14 32 64)
  218. (images "fire/santa_cap/stand.png"))
  219. (action
  220. (name "santa-jump-left")
  221. (hitbox 16 14 32 64)
  222. (mirror-action "santa-jump-right"))
  223. (action
  224. (name "santa-skid-right")
  225. (hitbox 16 14 32 64)
  226. (images "fire/santa_cap/skid.png"))
  227. (action
  228. (name "santa-skid-left")
  229. (hitbox 16 14 32 64)
  230. (mirror-action "santa-skid-right"))
  231. (action
  232. (name "santa-kick-right")
  233. (hitbox 16 14 32 64)
  234. (images "fire/santa_cap/stand.png"))
  235. (action
  236. (name "santa-kick-left")
  237. (hitbox 16 14 32 64)
  238. (mirror-action "santa-kick-right"))
  239. (action
  240. (name "santa-idle-right")
  241. (hitbox 16 14 32 64)
  242. (images "fire/santa_cap/stand.png"))
  243. (action
  244. (name "santa-idle-left")
  245. (hitbox 16 14 32 64)
  246. (mirror-action "santa-idle-right"))
  247. (action
  248. (name "santa-climbing-right")
  249. (hitbox 22 21 32 64)
  250. (images "fire/santa_cap/stand.png"))
  251. (action
  252. (name "santa-climbing-left")
  253. (hitbox 22 21 32 64)
  254. (mirror-action "santa-climbing-right"))
  255. (action
  256. (name "santa-duck-right")
  257. (hitbox 16 45 32 32)
  258. (images "fire/santa_cap/duck.png"))
  259. (action
  260. (name "santa-duck-left")
  261. (hitbox 16 45 32 32)
  262. (mirror-action "santa-duck-right"))
  263. (action
  264. (name "santa-backflip-right")
  265. (hitbox 16 37 32 32)
  266. (images "fire/santa_cap/backflip.png"))
  267. (action
  268. (name "santa-backflip-left")
  269. (hitbox 16 37 32 32)
  270. (mirror-action "santa-backflip-right"))
  271. (action
  272. (name "santa-buttjump-right")
  273. (hitbox 16 14 32 64)
  274. (images "fire/santa_cap/stand.png"))
  275. (action
  276. (name "santa-buttjump-left")
  277. (hitbox 16 14 32 64)
  278. (mirror-action "santa-buttjump-right"))
  279. )