Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / yeti / yeti.sprite
1 (supertux-sprite
2   (action
3     (name "run-right")
4     (fps 4.0)
5     (hitbox 17 12 60 90)
6     (images 
7       "y1.png"
8       "y2.png"
9       "y3.png"
10       "y4.png"      
11       "y5.png"
12       "y6.png"
13       "y7.png"
14       )
15     )
16   (action
17     (name "run-left")
18     (mirror-action "run-right")
19     (fps 4.0)
20     (hitbox 17 12 60 90)
21     )
22   (action
23     (name "jump-right")
24     (images 
25       "yeti_jump.png"
26       )
27     (hitbox 17 12 60 90)
28     )
29   (action
30     (name "jump-left")
31     (mirror-action "jump-right")
32     (hitbox 17 12 60 90)
33     )
34   (action
35     (name "stand-right")
36     (images 
37       "y.png"
38       )
39     (hitbox 17 12 60 90)
40     )
41   (action
42     (name "stand-left")
43     (mirror-action "stand-right")
44     (hitbox 17 12 60 90)
45     )
46   (action
47     (name "stomp-right")
48     (images 
49       "y-jump.png"
50       )
51     (hitbox 17 12 60 90)
52     )
53   (action
54     (name "stomp-left")
55     (mirror-action "stomp-right")
56     (hitbox 17 12 60 90)
57     )
58   (action
59     (name "dead")
60     (fps 3)
61     (images 
62       "busted1.png"
63  "busted1.png"
64  "busted2.png"
65  "busted1.png"
66  "busted2.png"
67
68       )
69     (hitbox 300 400 60 90)
70     )
71   )