1234567891011121314151617181920212223242526272829303132 |
- (supertux-sprite
- (action
- (name "off")
- (hitbox 3 4 25 39)
- (images
- "switch-0.png"
- )
- )
- (action
- (name "turnon")
- (hitbox 3 4 25 39)
- (images
- "switch-1.png"
- )
- )
- (action
- (name "on")
- (hitbox 3 4 25 39)
- (images
- "switch-2.png"
- )
- )
- (action
- (name "turnoff")
- (hitbox 3 4 25 39)
- (images
- "switch-1.png"
- )
- )
- )
|