snowjumpy.sprite 1.6 KB

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