1234567891011121314151617 |
- (supertux-sprite
- (action
- (hitbox 0.2 0.2 31.6 31.6)
- (name "normal")
- (images "ghostflame-0.png"
- "ghostflame-1.png"
- "ghostflame-2.png"
- "ghostflame-3.png"
- "ghostflame-4.png"))
- (action
- (hitbox 96 96 127.8 31.8)
- (name "editor")
- (images "ghostflame-editor.png"))
- )
|