replaced bell object with firefly, renamed all hooks back to bell. Changed phone...
[supertux.git] / data / images / creatures / spidermite / spidermite.sprite
1 (supertux-sprite
2         (action
3           (name "left")
4           (x-offset 4)
5           (y-offset 3)
6           (images "spidermite.png"
7                   "spidermite0.png"
8                   "spidermite1.png"
9                   "spidermite0.png"))
10         (action
11           (name "right")
12           (x-offset 4)
13           (y-offset 3)
14           (mirror-action "left"))
15
16         (action
17           (name "squished-left")
18           (x-offset 4)
19           (y-offset -12)
20           (images "spidermite-squish.png"))
21         (action
22           (name "squished-right")
23           (x-offset 4)
24           (y-offset -12)
25           (mirror-action "squished-left")))