让我们说我只有一个使用pygame的正常游戏循环。 run = True while run: for event in pygame.event.get(): if event.type == pygame.QUIT: run = False pygame.quit()
確定! 回上一頁