Update main.py
parent
23254b3d89
commit
faafe434b5
2
main.py
2
main.py
|
@ -7,7 +7,7 @@ from scores import Scores
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
pygame.init()
|
pygame.init()
|
||||||
screen=pygame.display.set_mode((500, 500))
|
screen=pygame.display.set_mode((1000, 1000))
|
||||||
pygame.display.set_caption("flower")
|
pygame.display.set_caption("flower")
|
||||||
gun=Gun(screen)
|
gun=Gun(screen)
|
||||||
bullets=Group()
|
bullets=Group()
|
||||||
|
|
Loading…
Reference in New Issue