goldfish.sprite 645 B

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