mr_tree.sprite 524 B

123456789101112131415161718192021222324252627282930
  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 -2 84.8 84.8)
  16. (name "iced-left")
  17. (images "walk-frozen.png")
  18. )
  19. (action
  20. (hitbox 0 -2 84.8 84.8)
  21. (name "right")
  22. (mirror-action "left")
  23. )
  24. (action
  25. (hitbox 0 -2 84.8 84.8)
  26. (name "iced-right")
  27. (mirror-action "iced-left")
  28. )
  29. )