diff --git a/game.py b/game.py index d79be99..f593232 100644 --- a/game.py +++ b/game.py @@ -9,7 +9,7 @@ from target import Target, generate_targets PLAYING_GAME = False -WINDOW_SIZE = (640,480) +WINDOW_SIZE = (680, 790) def update_score(window, score):