def __init__(self, scene, font): Sprite.__init__(self, scene) self.font = font
def __init__(self, group, font): Sprite.__init__(self, group) self.font = font