changed window size to be more realistic to game
This commit is contained in:
parent
c0f78046ef
commit
99ab88af18
1 changed files with 1 additions and 1 deletions
2
game.py
2
game.py
|
@ -9,7 +9,7 @@ from target import Target, generate_targets
|
||||||
|
|
||||||
|
|
||||||
PLAYING_GAME = False
|
PLAYING_GAME = False
|
||||||
WINDOW_SIZE = (640,480)
|
WINDOW_SIZE = (680, 790)
|
||||||
|
|
||||||
|
|
||||||
def update_score(window, score):
|
def update_score(window, score):
|
||||||
|
|
Reference in a new issue