Skip to main content

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

I wouldn’t put a quit button in an HTML game because it can crash. I had this mistake before, so when updating my game I turn off the quit button when exporting to HTML and turn it on again for the exe version.

That’s a good point. I think it’s possible to use feature tags as well, have been considering that so I can swap out gpuParticles with cpuParticles when in-browser.