kamikaze-snowball.sprite 870 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. (action
  32. (name "melting-left")
  33. (hitbox 0 0 37 28)
  34. (images "kamikaze-melting-0.png"
  35. "kamikaze-melting-1.png"
  36. "kamikaze-melting-2.png"
  37. "kamikaze-melting-3.png"))
  38. (action
  39. (name "melting-right")
  40. (hitbox 0 0 37 28)
  41. (mirror-action "melting-left"))
  42. )