stumpy.sprite 972 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. (supertux-sprite
  2. (action
  3. (hitbox 20 23 42 62)
  4. (name "left")
  5. (images
  6. "small-left-0.png"
  7. "small-left-1.png"
  8. "small-left-2.png"
  9. "small-left-3.png"
  10. "small-left-4.png"
  11. "small-left-5.png"
  12. )
  13. )
  14. (action
  15. (hitbox 20 23 42 62)
  16. (name "right")
  17. (mirror-action "left")
  18. )
  19. (action
  20. (hitbox 20 23 42 62)
  21. (name "iced-left")
  22. (images "small-frozen.png")
  23. )
  24. (action
  25. (hitbox 20 23 42 62)
  26. (name "iced-right")
  27. (mirror-action "iced-left")
  28. )
  29. (action
  30. (hitbox 20 23 42 62)
  31. (name "dizzy-left")
  32. (images
  33. "dizzy-0.png"
  34. "dizzy-1.png"
  35. "dizzy-2.png"
  36. )
  37. )
  38. (action
  39. (hitbox 20 23 42 62)
  40. (name "dizzy-right")
  41. (mirror-action "dizzy-left")
  42. )
  43. (action
  44. (hitbox 20 23 42 42)
  45. (name "squished-left")
  46. (images
  47. "squished-left.png"
  48. )
  49. )
  50. (action
  51. (hitbox 20 23 42 42)
  52. (name "squished-right")
  53. (mirror-action "squished-left")
  54. )
  55. )