restore trunk
[supertux.git] / supertux / data / images / creatures / ghosttree / root-base.sprite
1 (supertux-sprite
2   (action
3     (name "appearing")
4     (fps 16)
5     (images 
6       "root-base-0.png"
7       "root-base-1.png"
8       "root-base-2.png"
9       "root-base-3.png"
10     )
11   )
12   (action
13     (name "vanishing")
14     (fps 16)
15     (images 
16       "root-base-3.png"
17       "root-base-2.png"
18       "root-base-1.png"
19       "root-base-0.png"
20     )
21   )
22 )