Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

your web build seems to run faster than it should, I created a new one from source and it seems to work a bit better, just made small adjustments to the main file,  are you using version 0.7.1 of pygbag?

the changes I made:

added async before def run() on line 225

uncommented the await sleep line 257

changed line 263 to asyncio.run(game.run())