bluefish.sprite 650 B

1234567891011121314151617181920212223242526272829303132
  1. (supertux-sprite
  2. (action
  3. (name "swim-left")
  4. (hitbox 8 15 48 32)
  5. (fps 12)
  6. (images "swim_blue-0.png"
  7. "swim_blue-1.png"
  8. "swim_blue-2.png"
  9. "swim_blue-3.png"
  10. "swim_blue-4.png"
  11. "swim_blue-5.png"
  12. "swim_blue-6.png"
  13. "swim_blue-7.png"))
  14. (action
  15. (name "swim-right")
  16. (hitbox 8 15 48 32)
  17. (fps 12)
  18. (mirror-action "swim-left"))
  19. (action
  20. (name "iced-left")
  21. (hitbox 2 10 64 43)
  22. (images "swim_blue-0.png"))
  23. (action
  24. (name "iced-right")
  25. (hitbox 2 10 64 43)
  26. (mirror-action "iced-left"))
  27. )