Example 1: how to make it so the pygame window will close running = True while running: for event in pygame.event.get(): if event.type == pygame.QUIT: ...
確定! 回上一頁