Skip to main content

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

Hey! Just a small question, how do I stop the achievements being opened by clicking on them in the achievements gallery? 

Hello! That option is only available to developers during development for testing, so if you make a build then players can't toggle achievements. To remove it altogether you can look for the action under a `if config.developer:` block and get rid of it.

Thanks!