torch.sprite 320 B

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