a5a264242808206c157dcbf0ba6356a645583679
[supertux.git] / data / images / worldmap / common / boat / boat.sprite
1 (supertux-sprite
2   (action
3     (hitbox 6 41 0 0)
4     (name "empty")
5     (images 
6       "boat_empty.png"
7     )
8   )
9   (action
10     (hitbox 6 41 0 0)
11     (name "small-stop")
12     (fps 5)
13     (images 
14       "boat_1.png"
15       "boat_0.png"
16     )
17   )
18   (action
19     (hitbox 6 41 0 0)
20     (name "small-walking")
21     (fps 5)
22     (images 
23       "boat_1.png"
24       "boat_0.png"
25     )
26   )
27   (action
28     (hitbox 6 41 0 0)
29     (name "fire-stop")
30     (fps 5)
31     (images 
32       "boat_1.png"
33       "boat_0.png"
34     )
35   )
36   (action
37     (hitbox 6 41 0 0)
38     (name "fire-walking")
39     (fps 5)
40     (images 
41       "boat_1.png"
42       "boat_0.png"
43     )
44   )
45   (action
46     (hitbox 6 41 0 0)
47     (name "large-stop")
48     (fps 5)
49     (images 
50       "boat_1.png"
51       "boat_0.png"
52     )
53   )
54   (action
55     (hitbox 6 41 0 0)
56     (name "large-walking")
57     (fps 5)
58     (images 
59       "boat_1.png"
60       "boat_0.png"
61     )
62   )
63 )