kamikaze-snowball.sprite 585 B

1234567891011121314151617181920212223242526272829303132
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 0 0 37 28)
  5. (images "kamikaze-left.png")
  6. )
  7. (action
  8. (name "right")
  9. (hitbox 0 0 37 28)
  10. (mirror-action "left")
  11. )
  12. (action
  13. (name "squished-left")
  14. (hitbox 1 -19 31.8 31.8)
  15. (images "squished-left.png")
  16. )
  17. (action
  18. (name "squished-right")
  19. (hitbox 1 -19 31.8 31.8)
  20. (mirror-action "squished-left")
  21. )
  22. (action
  23. (name "collision-left")
  24. (images "collision-left.png")
  25. )
  26. (action
  27. (name "collision-right")
  28. (hitbox -24 1 12.8 31.8)
  29. (mirror-action "collision-left")
  30. )
  31. )