From 76d5d959a057cd7042313259fff5473f060d69f5 Mon Sep 17 00:00:00 2001 From: Andrea Landaker Date: Thu, 15 Jul 2021 16:42:47 -0600 Subject: [PATCH] Developer mode false. Added reference to Space to Grow --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/options.rpy b/game/options.rpy index 3ebc935..b465fff 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#False + config.developer = False ## These control the width and height of the screen.