diff --git a/starpusher.py b/starpusher.py index ca41615..0b5b811 100755 --- a/starpusher.py +++ b/starpusher.py @@ -7,8 +7,8 @@ from pygame.locals import * FPS = 30 # frames per second to update the screen -WINWIDTH = 800 # width of the program's window, in pixels -WINHEIGHT = 600 # height in pixels +WINWIDTH = 1000 # width of the program's window, in pixels +WINHEIGHT = 800 # height in pixels HALF_WINWIDTH = int(WINWIDTH / 2) HALF_WINHEIGHT = int(WINHEIGHT / 2) @@ -595,4 +595,4 @@ def terminate(): if __name__ == '__main__': - main() \ No newline at end of file + main()