Unstable tile: Add new "iceplatform" sprite.
[supertux.git] / data / images / objects / unstable_tile / iceplatform.sprite
1 (supertux-sprite
2   (action
3     (name "normal")
4     (images 
5       "iceplatform.png"
6     )
7   )
8   (action
9     (name "shake")
10     (fps 2)
11     (images 
12       "iceplatform.png"
13     )
14   )
15   (action
16     (name "fall-down")
17     (fps 1)
18     (images 
19       "iceplatform.png"
20     )
21   )
22 )