flying_snowball.sprite 469 B

12345678910111213141516171819202122232425262728
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 4 3 31.8 31.8)
  5. (images "left-0.png"
  6. "left-1.png"))
  7. (action
  8. (name "right")
  9. (hitbox 4 3 31.8 31.8)
  10. (mirror-action "left"))
  11. (action
  12. (name "squished-left")
  13. (hitbox 4 -12 31.8 31.8)
  14. (images "squished-left.png"))
  15. (action
  16. (name "squished-right")
  17. (hitbox 4 -12 31.8 31.8)
  18. (mirror-action "squished-left"))
  19. (action
  20. (name "editor")
  21. (hitbox 4 83 31.8 31.8)
  22. (images "editor.png"))
  23. )