Update main.py

main
Marija Boiko 2024-01-29 09:14:15 +00:00
parent 23254b3d89
commit faafe434b5
1 changed files with 1 additions and 1 deletions

View File

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