short_fuse.sprite 256 B

1234567891011121314151617
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 12.5)
  5. (hitbox 9 2 15 18)
  6. (images "left.png"
  7. "center.png"
  8. "right.png"
  9. "center.png"))
  10. (action
  11. (name "right")
  12. (fps 12.5)
  13. (hitbox 9 2 15 18)
  14. (mirror-action "left"))
  15. )