moved some sprites to external files
[supertux.git] / data / images / creatures / dispenser / dispenser.sprite
1 (supertux-sprite
2  (action
3   (name "dropper")
4   (x-offset 0)
5   (y-offset 0)
6   (images "dropper.png"))
7  
8  (action
9   (name "working-left")
10   (x-offset 0)
11   (y-offset 0)
12   (images "working.png"))
13  
14  (action
15   (name "broken-left")
16   (x-offset 0)
17   (y-offset 0)
18   (images "broken.png"))
19  
20  (action
21   (name "working-right")
22   (x-offset 0)
23   (y-offset 0)
24   (mirror-action "working-left"))
25  
26  (action
27   (name "broken-right")
28   (x-offset 0)
29   (y-offset 0)
30   (mirror-action "broken-left"))
31 )
32