From 73e3b6c87fd2462334dcefea93a5aac25a6985e6 Mon Sep 17 00:00:00 2001 From: Irina Ternovaja Date: Mon, 29 Jan 2024 10:11:59 +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 e7265f4..8b4245d 100644 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ def run(): screen=pygame.display.set_mode((500, 500)) pygame.display.set_caption("flower") gun=Gun(screen) - bullets=Group(screen) + bullets=Group() enemies=Group(screen) stats = Stats() scores = Scores(screen, stats)