Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

screen.flip() is fine for updating, but always try to use screen.blit() and draw sprites, even if they’re just a white rectangle. You will almost never use the normal draw commands.