flying_snowball.sprite 792 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 20)
  5. (hitbox 4 3 31.8 31.8)
  6. (images "left-0.png"
  7. "left-1.png"
  8. "left-2.png"
  9. "left-3.png"))
  10. (action
  11. (name "right")
  12. (fps 20)
  13. (hitbox 4 3 31.8 31.8)
  14. (mirror-action "left"))
  15. (action
  16. (name "squished-left")
  17. (hitbox 4 -12 31.8 31.8)
  18. (images "squished-left.png"))
  19. (action
  20. (name "squished-right")
  21. (hitbox 4 -12 31.8 31.8)
  22. (mirror-action "squished-left"))
  23. (action
  24. (name "melting-left")
  25. (fps 20)
  26. (hitbox 4 3 31.8 31.8)
  27. (images "melting-0.png"
  28. "melting-1.png"
  29. "melting-2.png"))
  30. (action
  31. (name "melting-right")
  32. (fps 20)
  33. (hitbox 4 3 31.8 31.8)
  34. (mirror-action "melting-left"))
  35. (action
  36. (name "editor")
  37. (hitbox 4 83 31.8 31.8)
  38. (images "editor.png"))
  39. )