Added a version of mriceblock that does not fall off ledges, title smartblock with...
[supertux.git] / data / images / creatures / mr_iceblock / mr_iceblock.sprite
1 (supertux-sprite
2         (action
3           (name "left")
4           (hitbox 1 6 33 32)
5           (images "left-0.png"
6                   "left-1.png"
7                   "left-2.png"
8                   "left-1.png"))
9
10         (action (name "right")
11                 (hitbox 1 6 33 32)
12                 (mirror-action "left"))
13
14         (action (name "falling-left")
15                 (hitbox 2 5 31.8 31.8)
16                 (images "flat-left.png"))
17
18         (action (name "falling-right")
19                 (hitbox 2 5 31.8 31.8)
20                 (mirror-action "falling-left"))
21
22         (action (name "flat-left")
23                 (hitbox 1 9 33 26)
24                 (images "flat-left.png"))
25
26         (action (name "flat-right")
27                 (hitbox 1 9 33 26)
28                 (mirror-action "falling-left")))