krosh_ice.sprite 588 B

123456789101112131415161718192021222324252627282930313233343536
  1. (supertux-sprite
  2. (action
  3. (name "idle")
  4. (hitbox 4 4 128 128)
  5. (images "krosh_ice_main.png"
  6. )
  7. )
  8. (action
  9. (name "crushing")
  10. (hitbox 4 4 128 128)
  11. (images "krosh_ice_hit.png"
  12. )
  13. )
  14. (action
  15. (name "recovering")
  16. (hitbox 4 4 128 128)
  17. (images "krosh_ice_main.png"
  18. )
  19. )
  20. (action
  21. (name "whites")
  22. (hitbox 4 4 128 128)
  23. (images "krosh_ice_whites.png")
  24. )
  25. (action
  26. (name "lefteye")
  27. (hitbox 4 4 128 128)
  28. (images "krosh_ice_lefteye.png")
  29. )
  30. (action
  31. (name "righteye")
  32. (hitbox 4 4 128 128)
  33. (images "krosh_ice_righteye.png")
  34. )
  35. )