granito_piece.sprite 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. (supertux-sprite
  2. (action
  3. (name "piece-0")
  4. (hitbox 0 0 22 22)
  5. (images
  6. "granito_piece-0.png"
  7. )
  8. )
  9. (action
  10. (name "piece-1")
  11. (hitbox 0 0 12 12)
  12. (images
  13. "granito_piece-1.png"
  14. )
  15. )
  16. (action
  17. (name "piece-2")
  18. (hitbox 0 0 18 18)
  19. (images
  20. "granito_piece-2.png"
  21. )
  22. )
  23. (action
  24. (name "piece-3")
  25. (hitbox 0 0 22 22)
  26. (images
  27. "granito_piece-3.png"
  28. )
  29. )
  30. (action
  31. (name "piece-4")
  32. (hitbox 0 0 10 10)
  33. (images
  34. "granito_piece-4.png"
  35. )
  36. )
  37. (action
  38. (name "piece-5")
  39. (hitbox 0 0 12 12)
  40. (images
  41. "granito_piece-5.png"
  42. )
  43. )
  44. )