owl.sprite 307 B

12345678910111213141516171819
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 10.0)
  5. (hitbox 14 7 35 45)
  6. (images "left-0.png"
  7. "left-1.png"
  8. "left-2.png"
  9. "left-3.png"
  10. "left-4.png"
  11. "left-5.png"))
  12. (action
  13. (name "right")
  14. (fps 10.0)
  15. (hitbox 14 7 35 45)
  16. (mirror-action "left"))
  17. )