torch.sprite 233 B

12345678910111213141516171819
  1. (supertux-sprite
  2. (action
  3. (name "on")
  4. (images
  5. "torch1.png"
  6. "torch2.png"
  7. "torch3.png"
  8. )
  9. )
  10. (action
  11. (name "off")
  12. (hitbox 0 -32 32 32)
  13. (images
  14. "torch-off.png"
  15. )
  16. )
  17. )