4b2684a323f3cb842885d2ec4f8595ed7ed83216
[supertux.git] / data / images / creatures / fish / fish.sprite
1 (supertux-sprite
2  (action
3   (name "normal")
4   (x-offset 2)
5   (y-offset 3)
6   (images "left-0.png"
7           "left-1.png"))
8
9  (action
10   (name "down")
11   (x-offset 2)
12   (y-offset 11)
13   (images "down.png"))
14
15  (action
16   (name "iced")
17   (x-offset 2)
18   (y-offset 3)
19   (images "iced-left.png"))
20
21  (action
22   (name "iced-down")
23   (x-offset 2)
24   (y-offset 11)
25   (images "iced-down.png"))
26 )
27