From 23a442bcabec12bf999e4eedf25239af92cda751 Mon Sep 17 00:00:00 2001 From: Irina Ternovaja Date: Mon, 29 Jan 2024 10:13:42 +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 8b4245d..cd41b2d 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,7 @@ def run(): pygame.display.set_caption("flower") gun=Gun(screen) bullets=Group() - enemies=Group(screen) + enemies=Group() stats = Stats() scores = Scores(screen, stats) bg_color = (250,250,0)