no_candle.sprite 203 B

12345678910111213141516
  1. (supertux-sprite
  2. (action
  3. (name "on")
  4. (images
  5. "../bonus_block/invisible.png"
  6. )
  7. )
  8. (action
  9. (name "off")
  10. (images
  11. "../bonus_block/invisible.png"
  12. )
  13. )
  14. )