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)