- removed .stts files (current splitting doesn't make sense and files don't have...
[supertux.git] / data / images / creatures / ghosttree / ghosttree.sprite
1 (supertux-sprite
2   (action
3     (name "default")
4     (hitbox 230 300 40 60)
5     (images 
6       "ghosttree.png"
7     )
8   )
9   (action
10     (name "swallow")
11     (hitbox 230 300 40 60)
12     (fps 16)
13     (images 
14       "ghosttree-swallow-0.png"
15       "ghosttree-swallow-1.png"
16       "ghosttree-swallow-2.png"
17       "ghosttree-swallow-3.png"
18     )
19   )
20   (action
21     (name "dying")
22     (hitbox 230 300 40 60)
23     (fps 4)
24     (images 
25       "ghosttree-dying-0.png"
26       "ghosttree-dying-0.png"
27       "ghosttree-dying-0.png"
28       "ghosttree-dying-0.png"
29     )
30   )
31 )