snow_piece.sprite 354 B

1234567891011121314151617181920212223242526
  1. (supertux-sprite
  2. (action
  3. (name "piece-0")
  4. (hitbox 0 0 16 16)
  5. (images
  6. "snow_piece-0.png"
  7. )
  8. )
  9. (action
  10. (name "piece-1")
  11. (hitbox 0 0 14 14)
  12. (images
  13. "snow_piece-1.png"
  14. )
  15. )
  16. (action
  17. (name "piece-2")
  18. (hitbox 0 0 14 14)
  19. (images
  20. "snow_piece-2.png"
  21. )
  22. )
  23. )