Not ditecting pygame.QUIT

前端 未结 0 1968

I have an error in my python game.

while run:
    clock.tick(FPS)
    refresh_window()
    for event in pygame.event.get():
        if event.type == pygame.QU         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题