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