diff --git a/game/options.rpy b/game/options.rpy index 49d7ebb..3fb0719 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -13,7 +13,7 @@ init -1 python hide: ## set to False before the game is released, so the user can't ## cheat using developer tools. - config.developer = True + config.developer = False ## These control the width and height of the screen.