swim.sprite 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. (supertux-sprite
  2. (action
  3. (hitbox 4 0 0 0)
  4. (name "empty")
  5. (images
  6. "big_swim_up5.png"
  7. )
  8. )
  9. (action
  10. (hitbox 4 20 0 0)
  11. (name "small-stop")
  12. (images
  13. "smalltux.png"
  14. )
  15. )
  16. (action
  17. (hitbox 4 0 0 0)
  18. (name "small-walking-up")
  19. (fps 9)
  20. (images
  21. "big_swim_up1.png"
  22. "big_swim_up2.png"
  23. "big_swim_up3.png"
  24. "big_swim_up4.png"
  25. "big_swim_up5.png"
  26. )
  27. )
  28. (action
  29. (hitbox 4 0 0 0)
  30. (name "small-walking-down")
  31. (fps 9)
  32. (images
  33. "big_swim_down1.png"
  34. "big_swim_down2.png"
  35. "big_swim_down3.png"
  36. "big_swim_down4.png"
  37. "big_swim_down5.png"
  38. )
  39. )
  40. (action
  41. (hitbox 4 4 0 0)
  42. (name "small-walking-left")
  43. (fps 9)
  44. (images
  45. "big_swim_left1.png"
  46. "big_swim_left2.png"
  47. "big_swim_left3.png"
  48. "big_swim_left4.png"
  49. "big_swim_left5.png"
  50. )
  51. )
  52. (action
  53. (hitbox 4 4 0 0)
  54. (name "small-walking-right")
  55. (fps 9)
  56. (mirror-action "small-walking-left")
  57. )
  58. (action
  59. (hitbox 4 20 0 0)
  60. (name "large-stop")
  61. (images
  62. "tux.png"
  63. )
  64. )
  65. (action
  66. (hitbox 4 0 0 0)
  67. (name "large-walking-up")
  68. (fps 9)
  69. (images
  70. "big_swim_up1.png"
  71. "big_swim_up2.png"
  72. "big_swim_up3.png"
  73. "big_swim_up4.png"
  74. "big_swim_up5.png"
  75. )
  76. )
  77. (action
  78. (hitbox 4 0 0 0)
  79. (name "large-walking-down")
  80. (fps 9)
  81. (images
  82. "big_swim_down1.png"
  83. "big_swim_down2.png"
  84. "big_swim_down3.png"
  85. "big_swim_down4.png"
  86. "big_swim_down5.png"
  87. )
  88. )
  89. (action
  90. (hitbox 4 4 0 0)
  91. (name "large-walking-left")
  92. (fps 9)
  93. (images
  94. "big_swim_left1.png"
  95. "big_swim_left2.png"
  96. "big_swim_left3.png"
  97. "big_swim_left4.png"
  98. "big_swim_left5.png"
  99. )
  100. )
  101. (action
  102. (hitbox 4 4 0 0)
  103. (name "large-walking-right")
  104. (fps 9)
  105. (mirror-action "large-walking-left")
  106. )
  107. (action
  108. (hitbox 4 20 0 0)
  109. (name "air-stop")
  110. (images
  111. "airtux.png"
  112. )
  113. )
  114. (action
  115. (hitbox 4 0 0 0)
  116. (name "air-walking-up")
  117. (fps 9)
  118. (images
  119. "air_swim_up1.png"
  120. "air_swim_up2.png"
  121. "air_swim_up3.png"
  122. "air_swim_up4.png"
  123. "air_swim_up5.png"
  124. )
  125. )
  126. (action
  127. (hitbox 4 0 0 0)
  128. (name "air-walking-down")
  129. (fps 9)
  130. (images
  131. "air_swim_down1.png"
  132. "air_swim_down2.png"
  133. "air_swim_down3.png"
  134. "air_swim_down4.png"
  135. "air_swim_down5.png"
  136. )
  137. )
  138. (action
  139. (hitbox 4 4 0 0)
  140. (name "air-walking-left")
  141. (fps 9)
  142. (images
  143. "air_swim_left1.png"
  144. "air_swim_left2.png"
  145. "air_swim_left3.png"
  146. "air_swim_left4.png"
  147. "air_swim_left5.png"
  148. )
  149. )
  150. (action
  151. (hitbox 4 4 0 0)
  152. (name "air-walking-right")
  153. (fps 9)
  154. (mirror-action "air-walking-left")
  155. )
  156. (action
  157. (hitbox 4 20 0 0)
  158. (name "fire-stop")
  159. (images
  160. "firetux.png"
  161. )
  162. )
  163. (action
  164. (hitbox 4 0 0 0)
  165. (name "fire-walking-up")
  166. (fps 9)
  167. (images
  168. "fire_swim_up1.png"
  169. "fire_swim_up2.png"
  170. "fire_swim_up3.png"
  171. "fire_swim_up4.png"
  172. "fire_swim_up5.png"
  173. )
  174. )
  175. (action
  176. (hitbox 4 0 0 0)
  177. (name "fire-walking-down")
  178. (fps 9)
  179. (images
  180. "fire_swim_down1.png"
  181. "fire_swim_down2.png"
  182. "fire_swim_down3.png"
  183. "fire_swim_down4.png"
  184. "fire_swim_down5.png"
  185. )
  186. )
  187. (action
  188. (hitbox 4 4 0 0)
  189. (name "fire-walking-left")
  190. (fps 9)
  191. (images
  192. "fire_swim_left1.png"
  193. "fire_swim_left2.png"
  194. "fire_swim_left3.png"
  195. "fire_swim_left4.png"
  196. "fire_swim_left5.png"
  197. )
  198. )
  199. (action
  200. (hitbox 4 4 0 0)
  201. (name "fire-walking-right")
  202. (fps 9)
  203. (mirror-action "fire-walking-left")
  204. )
  205. (action
  206. (hitbox 4 20 0 0)
  207. (name "ice-stop")
  208. (images
  209. "icetux.png"
  210. )
  211. )
  212. (action
  213. (hitbox 4 0 0 0)
  214. (name "ice-walking-up")
  215. (fps 9)
  216. (images
  217. "ice_swim_up1.png"
  218. "ice_swim_up2.png"
  219. "ice_swim_up3.png"
  220. "ice_swim_up4.png"
  221. "ice_swim_up5.png"
  222. )
  223. )
  224. (action
  225. (hitbox 4 0 0 0)
  226. (name "ice-walking-down")
  227. (fps 9)
  228. (images
  229. "ice_swim_down1.png"
  230. "ice_swim_down2.png"
  231. "ice_swim_down3.png"
  232. "ice_swim_down4.png"
  233. "ice_swim_down5.png"
  234. )
  235. )
  236. (action
  237. (hitbox 4 4 0 0)
  238. (name "ice-walking-left")
  239. (fps 9)
  240. (images
  241. "ice_swim_left1.png"
  242. "ice_swim_left2.png"
  243. "ice_swim_left3.png"
  244. "ice_swim_left4.png"
  245. "ice_swim_left5.png"
  246. )
  247. )
  248. (action
  249. (hitbox 4 4 0 0)
  250. (name "ice-walking-right")
  251. (fps 9)
  252. (mirror-action "ice-walking-left")
  253. )
  254. (action
  255. (hitbox 4 20 0 0)
  256. (name "earth-stop")
  257. (fps 4)
  258. (images
  259. "earthtux.png"
  260. )
  261. )
  262. (action
  263. (hitbox 4 0 0 0)
  264. (name "earth-walking-up")
  265. (fps 9)
  266. (images
  267. "earth_swim_up1.png"
  268. "earth_swim_up2.png"
  269. "earth_swim_up3.png"
  270. "earth_swim_up4.png"
  271. "earth_swim_up5.png"
  272. )
  273. )
  274. (action
  275. (hitbox 4 0 0 0)
  276. (name "earth-walking-down")
  277. (fps 9)
  278. (images
  279. "earth_swim_down1.png"
  280. "earth_swim_down2.png"
  281. "earth_swim_down3.png"
  282. "earth_swim_down4.png"
  283. "earth_swim_down5.png"
  284. )
  285. )
  286. (action
  287. (hitbox 4 4 0 0)
  288. (name "earth-walking-left")
  289. (fps 9)
  290. (images
  291. "earth_swim_left1.png"
  292. "earth_swim_left2.png"
  293. "earth_swim_left3.png"
  294. "earth_swim_left4.png"
  295. "earth_swim_left5.png"
  296. )
  297. )
  298. (action
  299. (hitbox 4 4 0 0)
  300. (name "earth-walking-right")
  301. (fps 9)
  302. (mirror-action "earth-walking-left")
  303. )
  304. )