candle-light-1.sprite 231 B

12345678910111213
  1. (supertux-sprite
  2. (action
  3. (name "default")
  4. (images "candle-light-1.png")
  5. (hitbox 256 256 0 0)
  6. )
  7. (action
  8. (name "white")
  9. (images "candle-light-white-1.png")
  10. (hitbox 256 256 0 0)
  11. )
  12. )