fish.sprite 359 B

123456789101112131415161718192021222324
  1. (supertux-sprite
  2. (action
  3. (name "normal")
  4. (hitbox 2 3 31.8 31.8)
  5. (images "left-0.png"
  6. "left-1.png"))
  7. (action
  8. (name "down")
  9. (hitbox 2 11 31.8 31.8)
  10. (images "down.png"))
  11. (action
  12. (name "iced")
  13. (hitbox 2 3 31.8 31.8)
  14. (images "iced-left.png"))
  15. (action
  16. (name "iced-down")
  17. (hitbox 2 11 31.8 31.8)
  18. (images "iced-down.png"))
  19. )