mr_tree.sprite 984 B

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