Skip to main content

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

When I click on an achievement in the achievement menu that hasn't been received yet, it gets unlocked. But if I click it again, it gets removed. How can I fix this?

Yeah that's intentional! It's this bit:

if config.developer:
    action a.Toggle()

so it only happens during development, not in a built game. It's to help with testing. You can just delete those lines from the achievement_gallery screen to get rid of that.

Okey thanks