Font('freesansbold.ttf', 115) TextSurf = pygame.font.render('You Win', True, (0, 0, 0)) TextRect = textSurface.get_rect() TextRect.center ...
確定! 回上一頁