zeekling.sprite 2.0 KB

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