A lantern with black light is turned off.
[supertux.git] / data / images / objects / lantern / lantern.sprite
1 (supertux-sprite
2       (action
3         (name "normal")
4         (hitbox 16 8 34 41)
5         (images
6            "lantern-1.png"
7            "lantern-2.png"
8            "lantern-3.png"
9            "lantern-4.png"
10         )
11       )
12       (action
13         (name "off")
14         (hitbox 16 8 34 41)
15         (images "lantern-off.png")
16       )
17 )