smart_block.sprite 1.9 KB

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