lantern.sprite 474 B

123456789101112131415161718192021222324
  1. (supertux-sprite
  2. (action
  3. (name "normal")
  4. (hitbox 8 10 34 39)
  5. (fps 16)
  6. (images
  7. "lantern-2.png"
  8. "lantern-3.png"
  9. "lantern-4.png"
  10. "lantern-5.png"
  11. )
  12. )
  13. (action
  14. (name "off")
  15. (hitbox 8 10 34 39)
  16. (images "lantern-0.png")
  17. )
  18. (action
  19. (name "off-open")
  20. (hitbox 8 28 34 39)
  21. (images "lantern-1.png")
  22. )
  23. )