358eca5a964912763f38693219a62948283bec59
[supertux.git] / data / images / creatures / dispenser / dispenser.sprite
1 (supertux-sprite
2  (action
3   (name "dropper")
4   (hitbox 0 0 0 0)
5   (images "dropper.png"))
6  
7  (action
8   (name "working-left")
9   (hitbox 0 0 0 0)
10   (images "working.png"))
11  
12  (action
13   (name "broken-left")
14   (hitbox 0 0 0 0)
15   (images "broken.png"))
16  
17  (action
18   (name "working-right")
19   (hitbox 0 0 0 0)
20   (mirror-action "working-left"))
21  
22  (action
23   (name "broken-right")
24   (hitbox 0 0 0 0)
25   (mirror-action "broken-left"))
26 )
27