1234567891011121314151617181920212223242526 |
- (supertux-sprite
- (action
- (name "normal")
- (images
- "small.png"
- )
- )
- (action
- (name "dissolve")
- (fps 8)
- (images
- "smallb.png"
- "smallc.png"
- "smalld.png"
- "smalle.png"
- )
- )
- ; (action
- ; (name "fall-down")
- ; (fps 1)
- ; (images
- ; "smalle.png"
- ; )
- ; )
- )
|