clear-code-projects/UltimatePygameIntro

screen size fix

Opened this issue · 0 comments

make the screen on the game any size instead of a fixed size.

screen = pygame.display.set_mode((800,400),pygame.RESIZABLE)