Update main.py
parent
1fd8db4639
commit
73e3b6c87f
2
main.py
2
main.py
|
@ -10,7 +10,7 @@ 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(screen)
|
bullets=Group()
|
||||||
enemies=Group(screen)
|
enemies=Group(screen)
|
||||||
stats = Stats()
|
stats = Stats()
|
||||||
scores = Scores(screen, stats)
|
scores = Scores(screen, stats)
|
||||||
|
|
Loading…
Reference in New Issue