thunder.sprite 157 B

1234567891011121314
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 0 0 32 32)
  5. (fps 120)
  6. (images
  7. "Thunder1.png"
  8. "Thunder2.png"
  9. "Thunder3.png"
  10. )
  11. )
  12. )