示例#1
0
 def __init__(self, pos, color, size, rotate=False):
     img = 'knight-{}.png'.format(color)
     Knight.__init__(self, pos, color, rotate)
     DrawablePiece.__init__(self, pos, color, img, size, rotate)