sleepingspiky.sprite 1.7 KB

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