spiky.sprite 904 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "left-1.png"))
  9. (action
  10. (name "right")
  11. (hitbox 6 10 31.8 31.8)
  12. (mirror-action "left"))
  13. (action
  14. (name "iced-left")
  15. (hitbox 6 10 31.8 31.8)
  16. (images "iced-left.png"))
  17. (action
  18. (name "iced-right")
  19. (hitbox 6 10 31.8 31.8)
  20. (mirror-action "iced-left")
  21. )
  22. (action
  23. (name "inside-melting-left")
  24. (hitbox 6 10 31.8 31.8)
  25. (fps 20.0)
  26. (images "melting-0.png"
  27. "melting-1.png"
  28. "melting-2.png"
  29. "melting-3.png"
  30. "gear.png")
  31. )
  32. (action
  33. (name "inside-melting-right")
  34. (fps 20.0)
  35. (hitbox 6 10 31.8 31.8)
  36. (mirror-action "inside-melting-left")
  37. )
  38. (action
  39. (name "gear-left")
  40. (hitbox 6 10 31.8 31.8)
  41. (images "gear-cracked.png")
  42. )
  43. (action
  44. (name "gear-right")
  45. (hitbox 6 10 31.8 31.8)
  46. (mirror-action "gear-left")
  47. )
  48. )