Update main.py

main
Irina Ternovaja 2024-01-29 09:50:31 +00:00
parent d0f091d8f4
commit 19089824f9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from scores import Scores
def run():
pygame.init()
screen=pygame.display.set_mode((1000, 1000))
screen=pygame.display.set_mode((500, 500))
pygame.display.set_caption("flower")
gun=Gun(screen)
bullets=Group()