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