crusher_root.sprite 530 B

123456789101112131415161718192021222324252627282930313233
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 6 32 20 60)
  5. (images "root-empty.png")
  6. )
  7. (action
  8. (name "downwards")
  9. (fps 16)
  10. (hitbox 6 32 20 60)
  11. (images
  12. "root-0.png"
  13. "root-1.png"
  14. "root-2.png"
  15. "root-3.png"
  16. "root-4.png"
  17. "root-5.png"
  18. "root-5.png"
  19. "root-4.png"
  20. "root-3.png"
  21. "root-2.png"
  22. "root-1.png"
  23. "root-0.png"
  24. )
  25. (loops 1)
  26. )
  27. (action
  28. (name "upwards")
  29. (hitbox 6 4 20 60)
  30. (flip-action "downwards")
  31. )
  32. )