candle-light-1.sprite 251 B

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