snowjumpy.sprite 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. (supertux-sprite
  2. (action
  3. (name "left-up")
  4. (loops 1)
  5. (fps 25)
  6. (hitbox 7 8 31.8 31.8)
  7. (images "up-2.png"
  8. "up-1.png"
  9. "down-1.png"
  10. "down-2.png"
  11. "down-2.png"
  12. "down-1.png"
  13. "down-0.png"
  14. "up-0.png"))
  15. (action
  16. (name "right-up")
  17. (loops 1)
  18. (fps 25)
  19. (hitbox 7 8 31.8 31.8)
  20. (mirror-action "left-up"))
  21. (action
  22. (name "left-down")
  23. (hitbox 7 8 31.8 31.8)
  24. (images "up-3.png"))
  25. (action
  26. (name "right-down")
  27. (hitbox 7 8 31.8 31.8)
  28. (mirror-action "left-down"))
  29. (action
  30. (name "left-middle")
  31. (hitbox 7 8 31.8 31.8)
  32. (images "up-3.png"))
  33. (action
  34. (name "right-middle")
  35. (hitbox 7 8 31.8 31.8)
  36. (mirror-action "left-middle"))
  37. (action
  38. (name "iced-left")
  39. (hitbox 7 8 31.8 31.8)
  40. (images "iced-left-up.png"))
  41. (action
  42. (name "iced-right")
  43. (hitbox 7 8 31.8 31.8)
  44. (mirror-action "iced-left"))
  45. (action
  46. (name "inside-melting-left")
  47. (hitbox 7 8 31.8 48)
  48. (images "melting-0.png"
  49. "melting-1.png"
  50. "melting-2.png"
  51. "melting-3.png"
  52. "gear.png"))
  53. (action
  54. (name "inside-melting-right")
  55. (hitbox 7 8 31.8 48)
  56. (mirror-action "inside-melting-left"))
  57. (action
  58. (name "gear-left")
  59. (hitbox 7 8 31.8 48)
  60. (images "gear-cracked.png"))
  61. (action
  62. (name "gear-right")
  63. (hitbox 7 8 31.8 48)
  64. (mirror-action "gear-left"))
  65. (action
  66. (name "editor-left")
  67. (hitbox 7 8 31.8 31.8)
  68. (images "up-0.png"))
  69. (action
  70. (name "editor-right")
  71. (mirror-action "editor-left"))
  72. )