iceblock.sprite 1.7 KB

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