skullyhop.sprite 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. (supertux-sprite
  2. (action
  3. (name "standing-left")
  4. (hitbox 0 0 33.8 43.8)
  5. (images "standing-0.png"))
  6. (action
  7. (name "standing-right")
  8. (hitbox 0 0 33.8 43.8)
  9. (mirror-action "standing-left"))
  10. (action
  11. (name "iced-left")
  12. (hitbox 0 0 33.8 43.8)
  13. (images "frozen.png"))
  14. (action
  15. (name "iced-right")
  16. (hitbox 0 0 33.8 43.8)
  17. (mirror-action "iced-left"))
  18. (action
  19. (name "charging-left")
  20. (hitbox 0 0 33.8 43.8)
  21. (fps 10.0)
  22. (images "charging-0.png"
  23. "charging-1.png"))
  24. (action
  25. (name "charging-right")
  26. (fps 10.0)
  27. (hitbox 0 0 33.8 43.8)
  28. (mirror-action "charging-left"))
  29. (action
  30. (name "jumping-left")
  31. (hitbox 0 0 33.8 43.8)
  32. (images "jumping-0.png"))
  33. (action
  34. (name "jumping-right")
  35. (hitbox 0 0 33.8 43.8)
  36. (mirror-action "jumping-left"))
  37. (action
  38. (name "squished-left")
  39. (hitbox 0 -14 33.8 43.8)
  40. (images "squished-0.png"))
  41. (action
  42. (name "squished-right")
  43. (hitbox 0 -14 33.8 43.8)
  44. (mirror-action "squished-left"))
  45. (action
  46. (name "burning-left")
  47. (fps 15)
  48. (hitbox 0 32 33.8 43.8)
  49. (images "burning-0.png"
  50. "burning-1.png"
  51. "burning-2.png"
  52. "burning-3.png"
  53. "burning-4.png"
  54. "burning-5.png"
  55. "burning-6.png"
  56. "burning-7.png"
  57. "burning-8.png"
  58. "burning-9.png"))
  59. (action
  60. (name "burning-right")
  61. (fps 15)
  62. (hitbox 0 32 33.8 43.8)
  63. (mirror-action "burning-left")))