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)