Added a finished state animation for yeti on the worldmap, added a yeti finish sound...
[supertux.git] / data / images / worldmap / common / boat / boat.sprite
1 (supertux-sprite
2   (action
3     (name "empty")
4     (images "boat_empty.png")
5   )
6   (action
7     (name "small-stop")
8 (fps 5)
9     (images "boat_1.png"
10 "boat_0.png")
11   )
12   (action
13     (name "small-walking")
14 (fps 5)
15     (images "boat_1.png"
16 "boat_0.png")
17   )
18   (action
19     (name "fire-stop")
20 (fps 5)
21     (images "boat_1.png"
22 "boat_0.png")
23   )
24   (action
25     (name "fire-walking")
26 (fps 5)
27     (images "boat_1.png"
28 "boat_0.png")
29   )
30   (action
31     (name "large-stop")
32 (fps 5)
33     (images "boat_1.png"
34 "boat_0.png")
35   )
36   (action
37     (name "large-walking")
38 (fps 5)
39     (images "boat_1.png"
40 "boat_0.png")
41   )
42 )