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