tux.sprite 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991
  1. (supertux-sprite
  2. (action
  3. (name "gameover")
  4. (fps 10.0)
  5. (hitbox 13 6 32 32)
  6. (images "small/gameover-0.png"
  7. "small/gameover-1.png"))
  8. ; Small Tux
  9. (action
  10. (name "small-walk-right")
  11. (fps 15.0)
  12. (hitbox 8 16 32 32)
  13. (images "small/walk-0.png"
  14. "small/walk-1.png"
  15. "small/walk-2.png"
  16. "small/walk-3.png"
  17. "small/walk-4.png"
  18. "small/walk-5.png"
  19. "small/walk-6.png"
  20. "small/walk-7.png"))
  21. (action
  22. (name "small-walk-left")
  23. (fps 15.0)
  24. (hitbox 8 16 32 32)
  25. (mirror-action "small-walk-right"))
  26. (action
  27. (name "small-run-right")
  28. (fps 30)
  29. (hitbox 8 16 32 32)
  30. (images "small/run-0.png"
  31. "small/run-1.png"
  32. "small/run-2.png"
  33. "small/run-3.png"
  34. "small/run-4.png"
  35. "small/run-5.png"
  36. "small/run-6.png"
  37. "small/run-7.png"
  38. "small/run-15.png"
  39. "small/run-14.png"
  40. "small/run-13.png"
  41. "small/run-12.png"
  42. "small/run-11.png"
  43. "small/run-10.png"
  44. "small/run-9.png"
  45. "small/run-8.png"))
  46. (action
  47. (name "small-run-left")
  48. (fps 25.0)
  49. (hitbox 8 16 32 32)
  50. (mirror-action "small-run-right"))
  51. (action
  52. (name "small-stand-right")
  53. (fps 15.0)
  54. (hitbox 8 16 32 32)
  55. (images "small/stand-0.png"))
  56. (action
  57. (name "small-stand-left")
  58. (fps 15.0)
  59. (hitbox 8 16 32 32)
  60. (mirror-action "small-stand-right"))
  61. (action
  62. (name "small-jump-right")
  63. (fps 15.0)
  64. (hitbox 8 16 32 32)
  65. (images "small/jump-0.png"))
  66. (action
  67. (name "small-jump-left")
  68. (fps 15.0)
  69. (hitbox 8 16 32 32)
  70. (mirror-action "small-jump-right"))
  71. (action
  72. (name "small-skid-right")
  73. (hitbox 8 17 32 32)
  74. (images "small/skid-0.png"))
  75. (action
  76. (name "small-skid-left")
  77. (hitbox 8 17 32 32)
  78. (mirror-action "small-skid-right"))
  79. (action
  80. (name "small-kick-right")
  81. (hitbox 8 16 32 32)
  82. (images "small/kick-0.png"))
  83. (action
  84. (name "small-kick-left")
  85. (hitbox 8 16 32 32)
  86. (mirror-action "small-kick-right"))
  87. (action
  88. (name "small-idle-right")
  89. (fps 5.0)
  90. (hitbox 8 16 32 32)
  91. (images "small/idle-0.png"
  92. "small/idle-1.png"
  93. "small/idle-0.png"))
  94. (action
  95. (name "small-idle-left")
  96. (hitbox 8 16 32 32)
  97. (mirror-action "small-idle-right"))
  98. (action
  99. (name "small-climbing-right")
  100. (hitbox 8 16 32 32)
  101. (images "small/ladder-0.png"
  102. "small/ladder-1.png"
  103. "small/ladder-2.png"
  104. "small/ladder-3.png"
  105. "small/ladder-2.png"
  106. "small/ladder-1.png"))
  107. (action
  108. (name "small-climbing-left")
  109. (hitbox 8 16 32 32)
  110. (mirror-action "small-climbing-right"))
  111. (action
  112. (name "grow-right")
  113. (fps 15.0)
  114. (hitbox 16 13 32 64)
  115. (images "small/grow-0.png"
  116. "small/grow-1.png"
  117. "small/grow-2.png"
  118. "small/grow-3.png"
  119. "small/grow-4.png"
  120. "small/grow-5.png"
  121. "small/grow-6.png"))
  122. (action
  123. (name "grow-left")
  124. (hitbox 16 13 32 64)
  125. (mirror-action "grow-right"))
  126. ; Big Tux
  127. (action
  128. (name "big-walk-right")
  129. (fps 15.0)
  130. (hitbox 16 14 32 64)
  131. (images "big/walk-0.png"
  132. "big/walk-1.png"
  133. "big/walk-2.png"
  134. "big/walk-3.png"
  135. "big/walk-4.png"
  136. "big/walk-5.png"))
  137. (action
  138. (name "big-walk-left")
  139. (fps 15.0)
  140. (hitbox 16 14 32 64)
  141. (mirror-action "big-walk-right"))
  142. (action
  143. (name "big-stand-right")
  144. (fps 15.0)
  145. (hitbox 16 14 32 64)
  146. (images "big/stand-0.png"))
  147. (action
  148. (name "big-stand-left")
  149. (fps 15.0)
  150. (hitbox 16 14 32 64)
  151. (mirror-action "big-stand-right"))
  152. (action
  153. (name "big-jump-right")
  154. (fps 15.0)
  155. (hitbox 16 14 32 64)
  156. (images "big/jump-0.png"))
  157. (action
  158. (name "big-jump-left")
  159. (fps 15.0)
  160. (hitbox 16 14 32 64)
  161. (mirror-action "big-jump-right"))
  162. (action
  163. (name "big-skid-right")
  164. (hitbox 16 14 32 64)
  165. (images "big/skid-0.png"))
  166. (action
  167. (name "big-skid-left")
  168. (hitbox 16 14 32 64)
  169. (mirror-action "big-skid-right"))
  170. (action
  171. (name "big-kick-right")
  172. (hitbox 16 14 32 64)
  173. (images "big/kick-0.png"))
  174. (action
  175. (name "big-kick-left")
  176. (hitbox 16 14 32 64)
  177. (mirror-action "big-kick-right"))
  178. (action
  179. (name "big-idle-right")
  180. (fps 5.0)
  181. (hitbox 16 14 32 64)
  182. (images "big/idle-0.png"
  183. "big/idle-1.png"
  184. "big/idle-0.png"))
  185. (action
  186. (name "big-idle-left")
  187. (hitbox 16 14 32 64)
  188. (mirror-action "big-idle-right"))
  189. (action
  190. (name "big-climbing-right")
  191. (hitbox 16 14 32 64)
  192. (images "big/ladder-0.png"
  193. "big/ladder-1.png"
  194. "big/ladder-2.png"
  195. "big/ladder-3.png"
  196. "big/ladder-2.png"
  197. "big/ladder-1.png"))
  198. (action
  199. (name "big-climbing-left")
  200. (hitbox 16 14 32 64)
  201. (mirror-action "big-climbing-right"))
  202. (action
  203. (name "big-duck-right")
  204. (hitbox 16 45 32 32)
  205. (images "big/duck-0.png"))
  206. (action
  207. (name "big-duck-left")
  208. (hitbox 16 45 32 32)
  209. (mirror-action "big-duck-right"))
  210. (action
  211. (name "big-backflip-right")
  212. (hitbox 16 37 32 32)
  213. (images "big/backflip.png"))
  214. (action
  215. (name "big-backflip-left")
  216. (hitbox 16 37 32 32)
  217. (fps 18.0)
  218. (mirror-action "big-backflip-right"))
  219. (action
  220. (name "big-buttjump-right")
  221. (hitbox 16 14 32 64)
  222. (images "big/buttjump-0.png"))
  223. (action
  224. (name "big-buttjump-left")
  225. (hitbox 16 14 32 64)
  226. (mirror-action "big-buttjump-right"))
  227. ; Fire Tux
  228. (action
  229. (name "fire-walk-right")
  230. (fps 15.0)
  231. (hitbox 16 14 32 64)
  232. (images "fire/walk-0.png"
  233. "fire/walk-1.png"
  234. "fire/walk-2.png"
  235. "fire/walk-3.png"
  236. "fire/walk-4.png"
  237. "fire/walk-5.png"))
  238. (action
  239. (name "fire-walk-left")
  240. (fps 15.0)
  241. (hitbox 16 14 32 64)
  242. (mirror-action "fire-walk-right"))
  243. (action
  244. (name "fire-stand-right")
  245. (fps 15.0)
  246. (hitbox 16 14 32 64)
  247. (images "fire/stand-0.png"))
  248. (action
  249. (name "fire-stand-left")
  250. (fps 15.0)
  251. (hitbox 16 14 32 64)
  252. (mirror-action "fire-stand-right"))
  253. (action
  254. (name "fire-jump-right")
  255. (fps 15.0)
  256. (hitbox 16 14 32 64)
  257. (images "fire/jump-0.png"))
  258. (action
  259. (name "fire-jump-left")
  260. (fps 15.0)
  261. (hitbox 16 14 32 64)
  262. (mirror-action "fire-jump-right"))
  263. (action
  264. (name "fire-skid-right")
  265. (hitbox 16 14 32 64)
  266. (images "fire/skid-0.png"))
  267. (action
  268. (name "fire-skid-left")
  269. (hitbox 16 14 32 64)
  270. (mirror-action "fire-skid-right"))
  271. (action
  272. (name "fire-kick-right")
  273. (hitbox 16 14 32 64)
  274. (images "fire/kick-0.png"))
  275. (action
  276. (name "fire-kick-left")
  277. (hitbox 16 14 32 64)
  278. (mirror-action "fire-kick-right"))
  279. (action
  280. (name "fire-idle-right")
  281. (fps 5.0)
  282. (hitbox 16 14 32 64)
  283. (images "fire/idle-0.png"
  284. "fire/idle-1.png"
  285. "fire/idle-0.png"))
  286. (action
  287. (name "fire-idle-left")
  288. (hitbox 16 14 32 64)
  289. (mirror-action "fire-idle-right"))
  290. (action
  291. (name "fire-climbing-right")
  292. (hitbox 16 14 32 64)
  293. (images "fire/ladder-0.png"
  294. "fire/ladder-1.png"
  295. "fire/ladder-2.png"
  296. "fire/ladder-3.png"
  297. "fire/ladder-2.png"
  298. "fire/ladder-1.png"))
  299. (action
  300. (name "fire-climbing-left")
  301. (hitbox 16 14 32 64)
  302. (mirror-action "fire-climbing-right"))
  303. (action
  304. (name "fire-duck-right")
  305. (hitbox 16 45 32 32)
  306. (images "fire/duck-0.png"))
  307. (action
  308. (name "fire-duck-left")
  309. (hitbox 16 45 32 32)
  310. (mirror-action "fire-duck-right"))
  311. (action
  312. (name "fire-backflip-right")
  313. (hitbox 16 37 32 32)
  314. (images "fire/backflip.png"))
  315. (action
  316. (name "fire-backflip-left")
  317. (hitbox 16 37 32 32)
  318. (fps 18.0)
  319. (mirror-action "fire-backflip-right"))
  320. (action
  321. (name "fire-buttjump-right")
  322. (hitbox 16 14 32 64)
  323. (images "fire/buttjump-0.png"))
  324. (action
  325. (name "fire-buttjump-left")
  326. (hitbox 16 14 32 64)
  327. (mirror-action "fire-buttjump-right"))
  328. ; Ice Tux
  329. (action
  330. (name "ice-walk-right")
  331. (fps 15.0)
  332. (hitbox 16 14 32 64)
  333. (images "ice/walk-0.png"
  334. "ice/walk-1.png"
  335. "ice/walk-2.png"
  336. "ice/walk-3.png"
  337. "ice/walk-4.png"
  338. "ice/walk-5.png"))
  339. (action
  340. (name "ice-walk-left")
  341. (fps 15.0)
  342. (hitbox 16 14 32 64)
  343. (mirror-action "ice-walk-right"))
  344. (action
  345. (name "ice-stand-right")
  346. (fps 15.0)
  347. (hitbox 16 14 32 64)
  348. (images "ice/stand-0.png"))
  349. (action
  350. (name "ice-stand-left")
  351. (fps 15.0)
  352. (hitbox 16 14 32 64)
  353. (mirror-action "ice-stand-right"))
  354. (action
  355. (name "ice-jump-right")
  356. (fps 15.0)
  357. (hitbox 16 14 32 64)
  358. (images "ice/jump-0.png"))
  359. (action
  360. (name "ice-jump-left")
  361. (fps 15.0)
  362. (hitbox 16 14 32 64)
  363. (mirror-action "ice-jump-right"))
  364. (action
  365. (name "ice-skid-right")
  366. (hitbox 16 14 32 64)
  367. (images "ice/skid-0.png"))
  368. (action
  369. (name "ice-skid-left")
  370. (hitbox 16 14 32 64)
  371. (mirror-action "ice-skid-right"))
  372. (action
  373. (name "ice-kick-right")
  374. (hitbox 16 14 32 64)
  375. (images "ice/kick-0.png"))
  376. (action
  377. (name "ice-kick-left")
  378. (hitbox 16 14 32 64)
  379. (mirror-action "ice-kick-right"))
  380. (action
  381. (name "ice-idle-right")
  382. (fps 5.0)
  383. (hitbox 16 14 32 64)
  384. (images "ice/idle-0.png"
  385. "ice/idle-1.png"
  386. "ice/idle-0.png"))
  387. (action
  388. (name "ice-idle-left")
  389. (hitbox 16 14 32 64)
  390. (mirror-action "ice-idle-right"))
  391. (action
  392. (name "ice-climbing-right")
  393. (hitbox 16 14 32 64)
  394. (images "ice/ladder-0.png"
  395. "ice/ladder-1.png"
  396. "ice/ladder-2.png"
  397. "ice/ladder-3.png"
  398. "ice/ladder-2.png"
  399. "ice/ladder-1.png"))
  400. (action
  401. (name "ice-climbing-left")
  402. (hitbox 16 14 32 64)
  403. (mirror-action "ice-climbing-right"))
  404. (action
  405. (name "ice-duck-right")
  406. (hitbox 16 45 32 32)
  407. (images "ice/duck-0.png"))
  408. (action
  409. (name "ice-duck-left")
  410. (hitbox 16 45 32 32)
  411. (mirror-action "ice-duck-right"))
  412. (action
  413. (name "ice-backflip-right")
  414. (hitbox 16 37 32 32)
  415. (images "ice/backflip.png"))
  416. (action
  417. (name "ice-backflip-left")
  418. (hitbox 16 37 32 32)
  419. (fps 18.0)
  420. (mirror-action "ice-backflip-right"))
  421. (action
  422. (name "ice-buttjump-right")
  423. (hitbox 16 14 32 64)
  424. (images "ice/buttjump-0.png"))
  425. (action
  426. (name "ice-buttjump-left")
  427. (hitbox 16 14 32 64)
  428. (mirror-action "ice-buttjump-right"))
  429. ; Air Tux
  430. (action
  431. (name "air-walk-right")
  432. (fps 15.0)
  433. (hitbox 16 14 32 64)
  434. (images "big/walk-0.png"
  435. "big/walk-1.png"
  436. "big/walk-2.png"
  437. "big/walk-3.png"
  438. "big/walk-4.png"
  439. "big/walk-5.png"))
  440. (action
  441. (name "air-walk-left")
  442. (fps 15.0)
  443. (hitbox 16 14 32 64)
  444. (mirror-action "air-walk-right"))
  445. (action
  446. (name "air-stand-right")
  447. (fps 15.0)
  448. (hitbox 16 14 32 64)
  449. (images "big/stand-0.png"))
  450. (action
  451. (name "air-stand-left")
  452. (fps 15.0)
  453. (hitbox 16 14 32 64)
  454. (mirror-action "air-stand-right"))
  455. (action
  456. (name "air-jump-right")
  457. (fps 15.0)
  458. (hitbox 16 14 32 64)
  459. (images "big/jump-0.png"))
  460. (action
  461. (name "air-jump-left")
  462. (fps 15.0)
  463. (hitbox 16 14 32 64)
  464. (mirror-action "air-jump-right"))
  465. (action
  466. (name "air-skid-right")
  467. (hitbox 16 14 32 64)
  468. (images "big/skid-0.png"))
  469. (action
  470. (name "air-skid-left")
  471. (hitbox 16 14 32 64)
  472. (mirror-action "air-skid-right"))
  473. (action
  474. (name "air-kick-right")
  475. (hitbox 16 14 32 64)
  476. (images "big/kick-0.png"))
  477. (action
  478. (name "air-kick-left")
  479. (hitbox 16 14 32 64)
  480. (mirror-action "air-kick-right"))
  481. (action
  482. (name "air-idle-right")
  483. (fps 5.0)
  484. (hitbox 16 14 32 64)
  485. (images "big/idle-0.png"
  486. "big/idle-1.png"
  487. "big/idle-0.png"))
  488. (action
  489. (name "air-idle-left")
  490. (hitbox 16 14 32 64)
  491. (mirror-action "air-idle-right"))
  492. (action
  493. (name "air-climbing-right")
  494. (hitbox 16 14 32 64)
  495. (images "big/ladder-0.png"
  496. "big/ladder-1.png"
  497. "big/ladder-2.png"
  498. "big/ladder-3.png"
  499. "big/ladder-2.png"
  500. "big/ladder-1.png"))
  501. (action
  502. (name "air-climbing-left")
  503. (hitbox 16 14 32 64)
  504. (mirror-action "air-climbing-right"))
  505. (action
  506. (name "air-duck-right")
  507. (hitbox 16 45 32 32)
  508. (images "big/duck-0.png"))
  509. (action
  510. (name "air-duck-left")
  511. (hitbox 16 45 32 32)
  512. (mirror-action "air-duck-right"))
  513. (action
  514. (name "air-backflip-right")
  515. (hitbox 16 37 32 32)
  516. (images "big/backflip.png"))
  517. (action
  518. (name "air-backflip-left")
  519. (hitbox 16 37 32 32)
  520. (fps 18.0)
  521. (mirror-action "air-backflip-right"))
  522. (action
  523. (name "air-buttjump-right")
  524. (hitbox 16 14 32 64)
  525. (images "big/buttjump-0.png"))
  526. (action
  527. (name "air-buttjump-left")
  528. (hitbox 16 14 32 64)
  529. (mirror-action "air-buttjump-right"))
  530. ; Earth Tux
  531. (action
  532. (name "earth-walk-right")
  533. (fps 15.0)
  534. (hitbox 16 14 32 64)
  535. (images "big/walk-0.png"
  536. "big/walk-1.png"
  537. "big/walk-2.png"
  538. "big/walk-3.png"
  539. "big/walk-4.png"
  540. "big/walk-5.png"))
  541. (action
  542. (name "earth-walk-left")
  543. (fps 15.0)
  544. (hitbox 16 14 32 64)
  545. (mirror-action "earth-walk-right"))
  546. (action
  547. (name "earth-stand-right")
  548. (fps 15.0)
  549. (hitbox 16 14 32 64)
  550. (images "big/stand-0.png"))
  551. (action
  552. (name "earth-stand-left")
  553. (fps 15.0)
  554. (hitbox 16 14 32 64)
  555. (mirror-action "earth-stand-right"))
  556. (action
  557. (name "earth-jump-right")
  558. (fps 15.0)
  559. (hitbox 16 14 32 64)
  560. (images "big/jump-0.png"))
  561. (action
  562. (name "earth-jump-left")
  563. (fps 15.0)
  564. (hitbox 16 14 32 64)
  565. (mirror-action "earth-jump-right"))
  566. (action
  567. (name "earth-skid-right")
  568. (hitbox 16 14 32 64)
  569. (images "big/skid-0.png"))
  570. (action
  571. (name "earth-skid-left")
  572. (hitbox 16 14 32 64)
  573. (mirror-action "earth-skid-right"))
  574. (action
  575. (name "earth-kick-right")
  576. (hitbox 16 14 32 64)
  577. (images "big/kick-0.png"))
  578. (action
  579. (name "earth-kick-left")
  580. (hitbox 16 14 32 64)
  581. (mirror-action "earth-kick-right"))
  582. (action
  583. (name "earth-idle-right")
  584. (fps 5.0)
  585. (hitbox 16 14 32 64)
  586. (images "big/idle-0.png"
  587. "big/idle-1.png"
  588. "big/idle-0.png"))
  589. (action
  590. (name "earth-idle-left")
  591. (hitbox 16 14 32 64)
  592. (mirror-action "earth-idle-right"))
  593. (action
  594. (name "earth-climbing-right")
  595. (hitbox 16 14 32 64)
  596. (images "big/ladder-0.png"
  597. "big/ladder-1.png"
  598. "big/ladder-2.png"
  599. "big/ladder-3.png"
  600. "big/ladder-2.png"
  601. "big/ladder-1.png"))
  602. (action
  603. (name "earth-climbing-left")
  604. (hitbox 16 14 32 64)
  605. (mirror-action "earth-climbing-right"))
  606. (action
  607. (name "earth-duck-right")
  608. (hitbox 16 45 32 32)
  609. (images "big/duck-0.png"))
  610. (action
  611. (name "earth-duck-left")
  612. (hitbox 16 45 32 32)
  613. (mirror-action "earth-duck-right"))
  614. (action
  615. (name "earth-backflip-right")
  616. (hitbox 16 37 32 32)
  617. (images "big/backflip.png"))
  618. (action
  619. (name "earth-backflip-left")
  620. (hitbox 16 37 32 32)
  621. (fps 18.0)
  622. (mirror-action "earth-backflip-right"))
  623. (action
  624. (name "earth-buttjump-right")
  625. (hitbox 16 14 32 64)
  626. (images "big/buttjump-0.png"))
  627. (action
  628. (name "earth-buttjump-left")
  629. (hitbox 16 14 32 64)
  630. (mirror-action "earth-buttjump-right"))
  631. ; Stone Tux
  632. (action
  633. (name "earth-walk-right-stone")
  634. (fps 15.0)
  635. (hitbox 16 14 32 64)
  636. (images "earth/walk.png"))
  637. (action
  638. (name "earth-walk-left-stone")
  639. (fps 15.0)
  640. (hitbox 16 14 32 64)
  641. (mirror-action "earth-walk-right-stone"))
  642. (action
  643. (name "earth-stand-right-stone")
  644. (fps 15.0)
  645. (hitbox 16 14 32 64)
  646. (images "earth/stand.png"))
  647. (action
  648. (name "earth-stand-left-stone")
  649. (fps 15.0)
  650. (hitbox 16 14 32 64)
  651. (mirror-action "earth-stand-right-stone"))
  652. (action
  653. (name "earth-jump-right-stone")
  654. (fps 15.0)
  655. (hitbox 16 14 32 64)
  656. (images "earth/jump.png"))
  657. (action
  658. (name "earth-jump-left-stone")
  659. (fps 15.0)
  660. (hitbox 16 14 32 64)
  661. (mirror-action "earth-jump-right-stone"))
  662. (action
  663. (name "earth-skid-right-stone")
  664. (hitbox 16 14 32 64)
  665. (images "earth/skid.png"))
  666. (action
  667. (name "earth-skid-left-stone")
  668. (hitbox 16 14 32 64)
  669. (mirror-action "earth-skid-right-stone"))
  670. (action
  671. (name "earth-kick-right-stone")
  672. (hitbox 16 14 32 64)
  673. (images "earth/kick.png"))
  674. (action
  675. (name "earth-kick-left-stone")
  676. (hitbox 16 14 32 64)
  677. (mirror-action "earth-kick-right-stone"))
  678. (action
  679. (name "earth-idle-right-stone")
  680. (fps 5.0)
  681. (hitbox 16 14 32 64)
  682. (images "earth/head.png"))
  683. (action
  684. (name "earth-idle-left-stone")
  685. (hitbox 16 14 32 64)
  686. (mirror-action "earth-idle-right-stone"))
  687. (action
  688. (name "earth-climbing-right-stone")
  689. (hitbox 16 14 32 64)
  690. (images "earth/ladder.png"))
  691. (action
  692. (name "earth-climbing-left-stone")
  693. (hitbox 16 14 32 64)
  694. (mirror-action "earth-climbing-right-stone"))
  695. (action
  696. (name "earth-duck-right-stone")
  697. (hitbox 16 45 32 32)
  698. (images "earth/duck.png"))
  699. (action
  700. (name "earth-duck-left-stone")
  701. (hitbox 16 45 32 32)
  702. (mirror-action "earth-duck-right-stone"))
  703. (action
  704. (name "earth-backflip-right-stone")
  705. (hitbox 16 37 32 32)
  706. (images "earth/backflip.png"))
  707. (action
  708. (name "earth-backflip-left-stone")
  709. (hitbox 16 37 32 32)
  710. (fps 18.0)
  711. (mirror-action "earth-backflip-right-stone"))
  712. (action
  713. (name "earth-buttjump-right-stone")
  714. (hitbox 16 14 32 64)
  715. (images "earth/buttjump.png"))
  716. (action
  717. (name "earth-buttjump-left-stone")
  718. (hitbox 16 14 32 64)
  719. (mirror-action "earth-buttjump-right-stone"))
  720. ; Santa Tux
  721. (action
  722. (name "santa-walk-right")
  723. (fps 15.0)
  724. (hitbox 16 14 32 64)
  725. (images "big/walk-0.png"
  726. "big/walk-1.png"
  727. "big/walk-2.png"
  728. "big/walk-3.png"
  729. "big/walk-4.png"
  730. "big/walk-5.png"))
  731. (action
  732. (name "santa-walk-left")
  733. (fps 15.0)
  734. (hitbox 16 14 32 64)
  735. (mirror-action "santa-walk-right"))
  736. (action
  737. (name "santa-stand-right")
  738. (fps 15.0)
  739. (hitbox 16 14 32 64)
  740. (images "big/stand-0.png"))
  741. (action
  742. (name "santa-stand-left")
  743. (fps 15.0)
  744. (hitbox 16 14 32 64)
  745. (mirror-action "santa-stand-right"))
  746. (action
  747. (name "santa-jump-right")
  748. (fps 15.0)
  749. (hitbox 16 14 32 64)
  750. (images "big/jump-0.png"))
  751. (action
  752. (name "santa-jump-left")
  753. (fps 15.0)
  754. (hitbox 16 14 32 64)
  755. (mirror-action "santa-jump-right"))
  756. (action
  757. (name "santa-skid-right")
  758. (hitbox 16 14 32 64)
  759. (images "big/skid-0.png"))
  760. (action
  761. (name "santa-skid-left")
  762. (hitbox 16 14 32 64)
  763. (mirror-action "santa-skid-right"))
  764. (action
  765. (name "santa-kick-right")
  766. (hitbox 16 14 32 64)
  767. (images "big/kick-0.png"))
  768. (action
  769. (name "santa-kick-left")
  770. (hitbox 16 14 32 64)
  771. (mirror-action "santa-kick-right"))
  772. (action
  773. (name "santa-idle-right")
  774. (fps 5.0)
  775. (hitbox 16 14 32 64)
  776. (images "big/idle-0.png"
  777. "big/idle-1.png"
  778. "big/idle-0.png"))
  779. (action
  780. (name "santa-idle-left")
  781. (hitbox 16 14 32 64)
  782. (mirror-action "santa-idle-right"))
  783. (action
  784. (name "santa-climbing-right")
  785. (hitbox 16 14 32 64)
  786. (images "big/ladder-0.png"
  787. "big/ladder-1.png"
  788. "big/ladder-2.png"
  789. "big/ladder-3.png"
  790. "big/ladder-2.png"
  791. "big/ladder-1.png"))
  792. (action
  793. (name "santa-climbing-left")
  794. (hitbox 16 14 32 64)
  795. (mirror-action "santa-climbing-right"))
  796. (action
  797. (name "santa-duck-right")
  798. (hitbox 16 45 32 32)
  799. (images "big/duck-0.png"))
  800. (action
  801. (name "santa-duck-left")
  802. (hitbox 16 45 32 32)
  803. (mirror-action "santa-duck-right"))
  804. (action
  805. (name "santa-backflip-right")
  806. (hitbox 16 37 32 32)
  807. (images "big/backflip.png"))
  808. (action
  809. (name "santa-backflip-left")
  810. (hitbox 16 37 32 32)
  811. (fps 18.0)
  812. (mirror-action "santa-backflip-right"))
  813. (action
  814. (name "santa-buttjump-right")
  815. (hitbox 16 14 32 64)
  816. (images "big/buttjump-0.png"))
  817. (action
  818. (name "santa-buttjump-left")
  819. (hitbox 16 14 32 64)
  820. (mirror-action "santa-buttjump-right"))
  821. )