skullyhop.sprite 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. (supertux-sprite
  2. (action
  3. (name "standing-left")
  4. (hitbox 19 13 33.8 43.8)
  5. (loops 1)
  6. (images "s-land.png"
  7. "s-idle.png"))
  8. (action
  9. (name "standing-right")
  10. (hitbox 19 13 33.8 43.8)
  11. (mirror-action "standing-left"))
  12. (action
  13. (name "charging-left")
  14. (hitbox 19 13 33.8 43.8)
  15. (fps 20.0)
  16. (images "s-land1.png"
  17. "s-land2.png"
  18. "s-land2.png"
  19. "s-land2.png"))
  20. (action
  21. (name "charging-right")
  22. (fps 20.0)
  23. (hitbox 19 13 33.8 43.8)
  24. (mirror-action "charging-left"))
  25. (action
  26. (name "jumping-left")
  27. (loops 1)
  28. (fps 14.0)
  29. (hitbox 19 14 33.8 43.8)
  30. (images "s-jump1.png"
  31. "s-jump.png"))
  32. (action
  33. (name "jumping-right")
  34. (loops 1)
  35. (fps 14.0)
  36. (hitbox 19 14 33.8 43.8)
  37. (mirror-action "jumping-left"))
  38. (action
  39. (name "iced-left")
  40. (hitbox 19 14 33.8 30)
  41. (images "s-ice.png"))
  42. (action
  43. (name "iced-right")
  44. (hitbox 19 14 33.8 30)
  45. (mirror-action "iced-left"))
  46. (action
  47. (name "squished-left")
  48. (hitbox 19 -1 33.8 43.8)
  49. (images "s-squish.png"))
  50. (action
  51. (name "squished-right")
  52. (hitbox 19 -1 33.8 43.8)
  53. (mirror-action "squished-left"))
  54. (action
  55. (name "burning-left")
  56. (fps 20)
  57. (hitbox 0 32 33.8 43.8)
  58. (images "burning-0.png"
  59. "burning-1.png"
  60. "burning-2.png"
  61. "burning-3.png"
  62. "burning-4.png"
  63. "burning-5.png"
  64. "burning-6.png"
  65. "burning-7.png"
  66. "burning-8.png"
  67. "burning-9.png"))
  68. (action
  69. (name "burning-right")
  70. (fps 20)
  71. (hitbox 0 32 33.8 43.8)
  72. (mirror-action "burning-left")))