UltimatePygameIntro
UltimatePygameIntro copied to clipboard
screen size fix
make the screen on the game any size instead of a fixed size.
screen = pygame.display.set_mode((800,400),pygame.RESIZABLE)