Renamed the "bombfish" sprite to "skydive".
[supertux.git] / data / images / creatures / toad / toad.sprite
1 (supertux-sprite
2   (action
3     (name "idle-left")
4     (hitbox 1 1 40 24)
5     (fps 5.0)
6     (images 
7       "toad-idle-0.png"
8       "toad-idle-1.png"
9     )
10   )
11   (action
12     (name "idle-right")
13     (hitbox 1 1 40 24)
14     (mirror-action "idle-left")
15   )
16   (action
17     (name "jumping-left")
18     (hitbox 1 1 40 24)
19     (images 
20       "toad-jumping.png"
21     )
22   )
23   (action
24     (name "jumping-right")
25     (fps 10.0)
26     (hitbox 1 1 40 24)
27     (mirror-action "jumping-left")
28   )
29   (action
30     (name "squished-left")
31     (hitbox 1 1 40 24)
32     (images "toad-squished.png")
33   )
34   (action
35     (name "squished-right")
36     (hitbox 1 1 40 24)
37     (mirror-action "squished-left")
38   )
39 )