font = pygame.font.Font(None, 24) >>> text = font.render(“Accuracy: “+str(accuracy)+”%”, True, (255,0,0)) >>> textRect = text.get_rect() > ...
確定! 回上一頁