From 182fd57079eb42f90e8d80334aeeec879929632c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artjoms=20Marians=20=C5=85e=C4=8Dajevs?= Date: Sun, 3 Mar 2024 14:57:07 +0000 Subject: [PATCH] Update bla.py --- bla.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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