sleepingspiky.sprite 1.6 KB

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