Belarusian translation and font
[supertux.git] / data / images / creatures / dispenser / dispenser.sprite
1 (supertux-sprite
2  (action
3   (name "dropper")
4   (hitbox 0 0 64 24)
5   (images "dropper.png"))
6  
7  (action
8   (name "working")
9   (hitbox 3 5 32 60)
10   (images "canon.png"))
11  
12  (action
13   (name "working-left")
14   (hitbox 5 12 55 40)
15   (images "working.png"))
16  
17  (action
18   (name "broken-left")
19   (hitbox 5 12 55 40)
20   (images "broken.png"))
21  
22  (action
23   (name "working-right")
24   (hitbox 4 12 55 40)
25   (mirror-action "working-left"))
26  
27  (action
28   (name "broken-right")
29   (hitbox 4 12 55 40)
30   (mirror-action "broken-left"))
31
32  (action
33   (name "swivel-left")
34   (hitbox 5 12 55 40)
35   (images "swivel-right.png"
36           "swivel-left.png"
37           "working.png"))
38
39  (action
40   (name "swivel-right")
41   (hitbox 4 12 55 40)
42   (mirror-action "swivel-left"))
43 )
44