candle-light-2.sprite 231 B

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