n_stone.sprite 188 B

12345678910111213
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 16 16 0 0)
  5. (images "n_stone.png")
  6. )
  7. (action
  8. (name "solved")
  9. (hitbox 16 16 0 0)
  10. (images "n_stone.png")
  11. )
  12. )