font= pygame.font.SysFont('Comic Sans MS', size) textsurface = font.render(text, False, color) win.blit(textsurface,(x,y))