Hi i want to change text in a textobject in pygame in an easy way. without render it again. Is this possible in anyway?
For example this: `font = pygame.font.SysFont(None,int(conf[4])) digi_clock = font.render('text', True, conf[1],conf[2])
looking for something like digi_clock.text('new value')`
is this possible in someway?