Added Fatbat sprite
[supertux.git] / data / images / creatures / fatbat / fatbat.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (fps 20)
5     (hitbox 6 7 32 32)
6     (images "fly-0.png"
7             "fly-1.png"
8             "fly-2.png"
9             "fly-3.png"
10    )
11   )
12   (action
13     (name "right")
14     (fps 20)
15     (hitbox 6 7 32 32)
16     (mirror-action "left")
17   )
18
19   (action
20     (name "squished")
21     (hitbox 0 0 32 32)
22     (images "squished.png")
23    )
24 )