corrupted_rock.sprite 551 B

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