screen size fix
Opened this issue · 0 comments
AylinCoder22 commented
make the screen on the game any size instead of a fixed size.
screen = pygame.display.set_mode((800,400),pygame.RESIZABLE)
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)