From 19089824f9232b030aa0926a6a3ec88b5be2226b Mon Sep 17 00:00:00 2001 From: Irina Ternovaja Date: Mon, 29 Jan 2024 09:50:31 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6f87c5b..cd41b2d 100644 --- a/main.py +++ b/main.py @@ -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()