def reset(self): self.atlas = texture_font.TextureAtlas(depth=3)
def __init__(self, display): BaseRenderer.__init__(self, display) self.atlas = texture_font.TextureAtlas(depth=3)