Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / mr_iceblock / mr_iceblock.sprite
1 (supertux-sprite
2         (action
3           (name "left")
4           (hitbox 2 3 31.8 31.8)
5           (images "left-0.png"
6                   "left-1.png"
7                   "left-2.png"
8                   "left-1.png"))
9
10         (action (name "right")
11                 (hitbox 2 3 31.8 31.8)
12                 (mirror-action "left"))
13
14         (action (name "falling-left")
15                 (hitbox 2 3 31.8 31.8)
16                 (images "flat-left.png"))
17
18         (action (name "falling-right")
19                 (hitbox 2 3 31.8 31.8)
20                 (mirror-action "falling-left"))
21
22         (action (name "flat-left")
23                 (hitbox 2 3 31.8 31.8)
24                 (images "flat-left.png"))
25
26         (action (name "flat-right")
27                 (hitbox 2 3 31.8 31.8)
28                 (mirror-action "falling-left")))