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