big_snowball.sprite 218 B

123456789101112
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 6 6 87 84)
  5. (images "big_snowball.png"))
  6. (action
  7. (name "particle")
  8. (hitbox 2 2 29 28)
  9. (images "big_snowball_particle.png"))
  10. )