torch1.sprite 331 B

1234567891011121314151617181920212223242526
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (hitbox 16 16 0 0)
  5. (fps 6)
  6. (images "torch.png"
  7. "torch.png"
  8. "torch1.png"
  9. "torch2.png"
  10. "torch3.png"
  11. "torch4.png"
  12. "torch3.png"
  13. "torch2.png"
  14. )
  15. )
  16. (action
  17. (name "solved")
  18. (hitbox 16 16 0 0)
  19. (fps 1)
  20. (images "smoke1.png"
  21. "smoke2.png"
  22. "smoke3.png"
  23. "smoke4.png")
  24. )
  25. )