1234567891011121314151617181920212223242526 |
- (supertux-sprite
- (action
- (fps 15)
- (name "normal")
- (images "full-0.png"
- "full-1.png"
- "full-2.png"
- "full-3.png"
- "full-4.png"
- "full-2.png"
- "full-1.png"
- "full-0.png"
- "full-0.png"
- "full-0.png"
- ))
- (action
- (name "empty")
- (images "empty.png"))
- (action
- (name "on")
- (images "on.png"))
- (action
- (name "off")
- (images "off.png"))
- )
|