Update bla.py
parent
21de185b33
commit
182fd57079
5
bla.py
5
bla.py
|
@ -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()
|
Loading…
Reference in New Issue