dart.sprite 212 B

12345678910111213
  1. (supertux-sprite
  2. (action
  3. (name "flying-left")
  4. (hitbox 10 12 12 7)
  5. (images "flying.png")
  6. )
  7. (action
  8. (name "flying-right")
  9. (hitbox 10 12 12 7)
  10. (mirror-action "flying-left")
  11. )
  12. )