Update main.py
parent
73e3b6c87f
commit
23a442bcab
2
main.py
2
main.py
|
@ -11,7 +11,7 @@ def run():
|
||||||
pygame.display.set_caption("flower")
|
pygame.display.set_caption("flower")
|
||||||
gun=Gun(screen)
|
gun=Gun(screen)
|
||||||
bullets=Group()
|
bullets=Group()
|
||||||
enemies=Group(screen)
|
enemies=Group()
|
||||||
stats = Stats()
|
stats = Stats()
|
||||||
scores = Scores(screen, stats)
|
scores = Scores(screen, stats)
|
||||||
bg_color = (250,250,0)
|
bg_color = (250,250,0)
|
||||||
|
|
Loading…
Reference in New Issue