Updated addon repository URL and improved debug output on download
[supertux.git] / data / images / creatures / snowball / snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (hitbox 3 4 32 32)
5     (images "sport-left-0.png"
6             "sport-left-1.png"
7             "sport-left-2.png"
8             "sport-left-1.png")
9   )
10   (action
11     (name "right")
12     (hitbox 3 4 32 32)
13     (mirror-action "left")
14   )
15   (action
16     (name "squished-left")
17     (hitbox 1 -19 31.8 31.8)
18     (images "squished-left.png")
19   )
20   (action
21     (name "squished-right")
22     (hitbox 1 -19 31.8 31.8)
23     (mirror-action "squished-left")
24   )
25 )