short_fuse.sprite 393 B

123456789101112131415161718192021
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 15)
  5. (hitbox 8 10 26 26)
  6. (images "short_fuse-0.png"
  7. "short_fuse-1.png"
  8. "short_fuse-2.png"
  9. "short_fuse-3.png"
  10. "short_fuse-4.png"
  11. "short_fuse-5.png"
  12. "short_fuse-6.png"
  13. "short_fuse-7.png"))
  14. (action
  15. (name "right")
  16. (fps 15)
  17. (hitbox 8 10 26 26)
  18. (mirror-action "left"))
  19. )