sleepingspiky.sprite 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 6 10 31.8 31.8)
  5. (images "left-0.png"
  6. "left-1.png"
  7. "left-2.png"))
  8. (action
  9. (name "right")
  10. (hitbox 6 10 31.8 31.8)
  11. (mirror-action "left"))
  12. (action
  13. (name "iced-left")
  14. (hitbox 6 10 31.8 31.8)
  15. (images "iced-left.png"))
  16. (action
  17. (name "iced-right")
  18. (hitbox 6 10 31.8 31.8)
  19. (mirror-action "iced-left")
  20. )
  21. (action
  22. (name "sleeping-left")
  23. (hitbox 6 10 31.8 31.8)
  24. (images "sleeping-left.png"))
  25. (action
  26. (name "sleeping-right")
  27. (hitbox 6 10 31.8 31.8)
  28. (mirror-action "sleeping-left"))
  29. (action
  30. (name "waking-left")
  31. (hitbox 6 10 31.8 31.8)
  32. (fps 6.0)
  33. (images "waking-left-0.png"
  34. "waking-left-1.png"
  35. "waking-left-2.png"))
  36. (action
  37. (name "waking-right")
  38. (fps 6.0)
  39. (hitbox 6 10 31.8 31.8)
  40. (mirror-action "waking-left"))
  41. (action
  42. (name "inside-melting-left")
  43. (hitbox 6 10 31.8 31.8)
  44. (fps 20.0)
  45. (images "melting-0.png"
  46. "melting-1.png"
  47. "melting-2.png"
  48. "melting-3.png"
  49. "gear.png"))
  50. (action
  51. (name "inside-melting-right")
  52. (fps 20.0)
  53. (hitbox 6 10 31.8 31.8)
  54. (mirror-action "inside-melting-left"))
  55. (action
  56. (name "gear-left")
  57. (hitbox 6 10 31.8 31.8)
  58. (images "gear-cracked.png"))
  59. (action
  60. (name "gear-right")
  61. (hitbox 6 10 31.8 31.8)
  62. (mirror-action "gear-left"))
  63. )