Update main.py

main
Irina Ternovaja 2024-01-29 10:10:06 +00:00
parent 85823e6f9a
commit 1fd8db4639
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ def run():
screen=pygame.display.set_mode((500, 500)) screen=pygame.display.set_mode((500, 500))
pygame.display.set_caption("flower") pygame.display.set_caption("flower")
gun=Gun(screen) gun=Gun(screen)
bullets=Group() bullets=Group(screen)
enemies=Group() enemies=Group(screen)
stats = Stats() stats = Stats()
scores = Scores(screen, stats) scores = Scores(screen, stats)
bg_color = (250,250,0) bg_color = (250,250,0)