12345678910111213141516171819202122 |
- (supertux-sprite
- (action
- (name "normal")
- (images "bell-m.png")
- (hitbox 8 0 32 32)
- )
- (action
- (name "ringing")
- (images
- "bell-l_0.png"
- "bell-l.png"
- "bell-l_0.png"
- "bell-m.png"
- "bell-r_0.png"
- "bell-r.png"
- "bell-r_0.png"
- "bell-m.png"
- )
- (hitbox 8 0 32 32)
- )
- )
|