- Fixed ghostforest vs. ghostwood name
[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     (images "boat.png")
9   )
10   (action
11     (name "small-walking")
12     (images "boat.png")
13   )
14   (action
15     (name "fire-stop")
16     (images "boat.png")
17   )
18   (action
19     (name "fire-walking")
20     (images "boat.png")
21   )
22   (action
23     (name "large-stop")
24     (images "boat.png")
25   )
26   (action
27     (name "large-walking")
28     (images "boat.png")
29   )
30 )