1
Fork 0

changed window size to be more realistic to game

This commit is contained in:
Jake Howard 2015-05-12 22:45:51 +01:00
parent c0f78046ef
commit 99ab88af18
1 changed files with 1 additions and 1 deletions

View File

@ -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):