seasonal-snowball.sprite 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 3 4 32 32)
  5. (images "season-left-0.png"
  6. "season-left-1.png"
  7. "season-left-2.png"
  8. "season-left-1.png")
  9. )
  10. (action
  11. (name "right")
  12. (hitbox 3 4 32 32)
  13. (mirror-action "left")
  14. )
  15. (action
  16. (name "squished-left")
  17. (hitbox 1 -19 31.8 31.8)
  18. (images "squished-left.png")
  19. )
  20. (action
  21. (name "squished-right")
  22. (hitbox 1 -19 31.8 31.8)
  23. (mirror-action "squished-left")
  24. )
  25. (action
  26. (name "melting-left")
  27. (hitbox 3 4 32 32)
  28. (images "season-melting-0.png"
  29. "season-melting-1.png"
  30. "season-melting-2.png"
  31. "season-melting-3.png"))
  32. (action
  33. (name "melting-right")
  34. (hitbox 3 4 32 32)
  35. (mirror-action "melting-left"))
  36. (action
  37. (name "ground-melting-left")
  38. (hitbox 19 4 32 32)
  39. (images "season-gmelting-0.png"
  40. "season-gmelting-1.png"
  41. "season-gmelting-2.png"
  42. "season-gmelting-3.png"
  43. "season-gmelting-4.png"))
  44. (action
  45. (name "ground-melting-right")
  46. (hitbox 19 4 32 32)
  47. (mirror-action "ground-melting-left"))
  48. )