Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

There should be a screen = pygame.display.set_mode(blahblahblah,0, 32) early in the source code for Super Potato Bruh.py. If you change the 0, 32 to pygame.FULLSCREEN, the game will run in fullscreen. I’ve already finished the update. I just haven’t released it yet.

Cool - thanks.