earthtux-hardhat.sprite 156 B

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