fatbat.sprite 373 B

12345678910111213141516171819202122232425
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 20)
  5. (hitbox 6 7 32 32)
  6. (images "fly-0.png"
  7. "fly-1.png"
  8. "fly-2.png"
  9. "fly-3.png"
  10. )
  11. )
  12. (action
  13. (name "right")
  14. (fps 20)
  15. (hitbox 6 7 32 32)
  16. (mirror-action "left")
  17. )
  18. (action
  19. (name "squished")
  20. (hitbox 0 0 32 32)
  21. (images "squished.png")
  22. )
  23. )