🌈 搜索
📅  最后修改于: 2022-03-11 14:45:05.294000             🧑  作者: Mango
font = pygame.font.SysFont(None, 24) img = font.render('hello', True, BLUE) screen.blit(img, (20, 20))