snowjumpy.sprite 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. (supertux-sprite
  2. (action
  3. (name "left-up")
  4. (hitbox 7 8 31.8 31.8)
  5. (images "left-up.png"))
  6. (action
  7. (name "right-up")
  8. (hitbox 7 8 31.8 31.8)
  9. (mirror-action "left-up"))
  10. (action
  11. (name "left-down")
  12. (hitbox 7 8 31.8 31.8)
  13. (images "left-down.png"))
  14. (action
  15. (name "right-down")
  16. (hitbox 7 8 31.8 31.8)
  17. (mirror-action "left-down"))
  18. (action
  19. (name "left-middle")
  20. (hitbox 7 8 31.8 31.8)
  21. (images "left-middle.png"))
  22. (action
  23. (name "right-middle")
  24. (hitbox 7 8 31.8 31.8)
  25. (mirror-action "left-middle"))
  26. (action
  27. (name "iced-left")
  28. (hitbox 7 8 31.8 31.8)
  29. (images "iced-left-up.png"))
  30. (action
  31. (name "iced-right")
  32. (hitbox 7 8 31.8 31.8)
  33. (mirror-action "iced-left"))
  34. (action
  35. (name "inside-melting-left")
  36. (hitbox 7 8 31.8 31.8)
  37. (images "melting-0.png"
  38. "melting-1.png"
  39. "melting-2.png"
  40. "melting-3.png"
  41. "gear.png"))
  42. (action
  43. (name "inside-melting-right")
  44. (hitbox 7 8 31.8 31.8)
  45. (mirror-action "inside-melting-left"))
  46. (action
  47. (name "gear-left")
  48. (hitbox 7 8 31.8 31.8)
  49. (images "gear-cracked.png"))
  50. (action
  51. (name "gear-right")
  52. (hitbox 7 8 31.8 31.8)
  53. (mirror-action "gear-left"))
  54. )