diff --git a/bla.py b/bla.py index d89d91a..a9e83ea 100644 --- a/bla.py +++ b/bla.py @@ -513,9 +513,6 @@ while running: screen.blit(score_text, score_rect.topleft) pygame.display.flip() clock.tick(FPS) -else: - quit_rect = draw_menu() - pygame.display.flip() - clock.tick(FPS) + # Завершение работы Pygame pygame.quit() \ No newline at end of file