crusher_root_side.sprite 638 B

1234567891011121314151617181920212223242526272829303132333435
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 6 6 60 20)
  5. (images "root_side-empty.png")
  6. )
  7. (action
  8. (name "sideways-left")
  9. (fps 16)
  10. (hitbox 6 6 60 20)
  11. (images
  12. "root_side-0.png"
  13. "root_side-1.png"
  14. "root_side-2.png"
  15. "root_side-3.png"
  16. "root_side-4.png"
  17. "root_side-5.png"
  18. "root_side-5.png"
  19. "root_side-4.png"
  20. "root_side-3.png"
  21. "root_side-2.png"
  22. "root_side-1.png"
  23. "root_side-0.png"
  24. )
  25. (loops 1)
  26. )
  27. (action
  28. (name "sideways-right")
  29. (fps 16)
  30. (hitbox 32 6 60 20)
  31. (mirror-action "sideways-left")
  32. (loops 1)
  33. )
  34. )