spiky.sprite 418 B

1234567891011121314151617181920212223
  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. )