We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b064d9a commit 7d90246Copy full SHA for 7d90246
pygame_angles.py
@@ -23,7 +23,7 @@ def quit():
23
sys.exit()
24
25
pygame.init()
26
-screenDimensions = (400, 600)
+screenDimensions = (400, 540)
27
window = pygame.display.set_mode(screenDimensions)
28
pygame.display.set_caption('Angles in Pygame')
29
screen = pygame.display.get_surface()
0 commit comments