AUTO-canon always shoots towards tux.
[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-left")
9   (hitbox 5 12 55 40)
10   (images "working.png"))
11  
12  (action
13   (name "broken-left")
14   (hitbox 5 12 55 40)
15   (images "broken.png"))
16  
17  (action
18   (name "working-right")
19   (hitbox 4 12 55 40)
20   (mirror-action "working-left"))
21  
22  (action
23   (name "broken-right")
24   (hitbox 4 12 55 40)
25   (mirror-action "broken-left"))
26
27  (action
28   (name "swivel-left")
29   (hitbox 5 12 55 40)
30   (images "swivel-right.png"
31           "swivel-left.png"
32           "working.png"))
33
34  (action
35   (name "swivel-right")
36   (hitbox 4 12 55 40)
37   (mirror-action "swivel-left"))
38 )
39