Short Fuse: Implemented the new minibomb from the Milestone 2 Design Document.
[supertux.git] / data / images / creatures / short_fuse / short_fuse.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 12.5)
5   (hitbox 9 2 15 18)
6   (images "left.png"
7           "center.png"
8           "right.png"
9           "center.png"))
10
11  (action
12   (name "right")
13   (fps 12.5)
14   (hitbox 9 2 15 18)
15   (mirror-action "left"))
16 )