WillOWisp badguys can now be trapped inside empty Lanterns.
[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       (action
18         (name "off-open")
19         (hitbox 16 8 34 41)
20         (images "lantern-off-open.png")
21       )
22 )