Candle can now be turned on and off via squirrel scripting
[supertux.git] / data / images / objects / candle / candle.sprite
1 (supertux-sprite
2   (action
3     (name "on")
4     (images 
5       "candle-1.png"
6       "candle-2.png"
7       "candle-3.png"
8       "candle-4.png"
9       )
10     )
11   (action
12     (name "off")
13     (images 
14       "off.png"
15       )
16     )
17   )
18