Update bla.py

main
Artjoms Marians Ņečajevs 2024-03-03 14:57:07 +00:00
parent 21de185b33
commit 182fd57079
1 changed files with 1 additions and 4 deletions

5
bla.py
View File

@ -513,9 +513,6 @@ while running:
screen.blit(score_text, score_rect.topleft) screen.blit(score_text, score_rect.topleft)
pygame.display.flip() pygame.display.flip()
clock.tick(FPS) clock.tick(FPS)
else:
quit_rect = draw_menu()
pygame.display.flip()
clock.tick(FPS)
# Завершение работы Pygame # Завершение работы Pygame
pygame.quit() pygame.quit()