merged new collision detection branch back into mainline
[supertux.git] / data / images / creatures / spidermite / spidermite.sprite
1 (supertux-sprite
2         (action
3           (name "left")
4           (hitbox 4 3 31.8 31.8)
5           (images "spidermite.png"
6                   "spidermite0.png"
7                   "spidermite1.png"
8                   "spidermite0.png"))
9         (action
10           (name "right")
11           (hitbox 4 3 31.8 31.8)
12           (mirror-action "left"))
13
14         (action
15           (name "squished-left")
16           (hitbox 4 -12 31.8 31.8)
17           (images "spidermite-squish.png"))
18         (action
19           (name "squished-right")
20           (hitbox 4 -12 31.8 31.8)
21           (mirror-action "squished-left")))