added small smoke graphic for when castle levels are complete on the FW map. -level...
[supertux.git] / data / images / worldmap / common / tux.sprite
1 (supertux-sprite
2  (action
3   (name "small-stop")
4   (x-offset 5)
5   (y-offset 20)
6   (images "smalltux.png")
7  )
8  (action
9   (name "small-walking")
10   (x-offset 5)
11   (y-offset 20)
12   (images "smalltux.png"
13 "smalltux1.png"
14 "smalltux2.png"
15 "smalltux3.png"
16 "smalltux4.png"
17 "smalltux5.png"
18 "smalltux6.png"
19 "smalltux7.png"
20 "smalltux8.png"
21 "smalltux6.png"
22 "smalltux5.png"
23 "smalltux4.png"
24 "smalltux3.png"
25 "smalltux2.png"
26 "smalltux1.png"
27 "smalltux.png"
28
29 )
30  )
31  (action
32   (name "large-walking")
33   (y-offset 10)
34   (images "tux.png")
35  )
36  (action
37   (name "large-stop")
38   (y-offset 10)
39   (images "tux.png")
40  )
41  (action
42   (name "fire-walking")
43   (y-offset 10)
44   (images "firetux.png")
45  )
46  (action
47   (name "fire-stop")
48   (y-offset 10)
49   (images "firetux.png")
50  )
51 )
52