flying_snowball.sprite 724 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 "melting-left")
  21. (fps 20)
  22. (hitbox 4 3 31.8 31.8)
  23. (images "melting-0.png"
  24. "melting-1.png"
  25. "melting-2.png"))
  26. (action
  27. (name "melting-right")
  28. (fps 20)
  29. (hitbox 4 3 31.8 31.8)
  30. (mirror-action "melting-left"))
  31. (action
  32. (name "editor")
  33. (hitbox 4 83 31.8 31.8)
  34. (images "editor.png"))
  35. )