krush_rock.sprite 599 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. (supertux-sprite
  2. (action
  3. (name "idle")
  4. (hitbox 3 3 64 64)
  5. (images "krush_rock_main.png"
  6. )
  7. )
  8. (action
  9. (name "crushing")
  10. (hitbox 3 3 64 64)
  11. (images "krush_rock_hit.png"
  12. )
  13. )
  14. (action
  15. (name "recovering")
  16. (fps 26)
  17. (hitbox 3 3 64 64)
  18. (images
  19. "krush_rock_main.png"
  20. )
  21. )
  22. (action
  23. (name "whites")
  24. (hitbox 3 3 64 64)
  25. (images "krush_rock_whites.png")
  26. )
  27. (action
  28. (name "lefteye")
  29. (hitbox 3 3 64 64)
  30. (images "krush_rock_lefteye.png")
  31. )
  32. (action
  33. (name "righteye")
  34. (hitbox 3 3 64 64)
  35. (images "krush_rock_righteye.png")
  36. )
  37. )