Added death sprite for Kirby
[supertux.git] / data / images / creatures / kirby / kirby.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (fps 20)
5     (hitbox 8 12 38 38)
6     (images "walk-0.png"
7             "walk-1.png"
8             "walk-2.png"
9             "walk-3.png"
10             "walk-4.png"
11             "walk-5.png"
12             "walk-6.png"
13             "walk-7.png"
14    )
15   )
16   (action
17     (name "right")
18     (fps 20)
19     (hitbox 8 12 38 38)
20     (mirror-action "left")
21   )
22
23   (action
24     (name "squished-left")
25     (hitbox 8 -5 38 38)
26     (images "squished-left.png")
27   )
28   (action
29     (name "squished-right")
30     (hitbox 8 -5 38 38)
31     (mirror-action "squished-left")
32   )
33 )