Update main.py

main
Irina Ternovaja 2024-01-29 10:11:59 +00:00
parent 1fd8db4639
commit 73e3b6c87f
1 changed files with 1 additions and 1 deletions

View File

@ -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)