dropper.sprite 334 B

12345678910111213141516171819
  1. (supertux-sprite
  2. (action
  3. (name "dropper")
  4. (hitbox 2 3 64 32)
  5. (images "dropper.png"))
  6. (action
  7. (name "dropper-iced")
  8. (loops 1)
  9. (fps 24)
  10. (hitbox 2 3 64 32)
  11. (images "dropper_frozen-0.png"
  12. "dropper_frozen-1.png"
  13. "dropper_frozen-2.png"
  14. "dropper_frozen-3.png"
  15. "dropper_frozen-4.png"))
  16. )