From 6d2afb992c3bc1ba449fc62b3904e6d7ec3e86e1 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 27 Jun 2020 10:52:10 +0200 Subject: [PATCH] Update local config to latest version --- src/js/core/config.local.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/js/core/config.local.js b/src/js/core/config.local.js index 2060f495..e45072d1 100644 --- a/src/js/core/config.local.js +++ b/src/js/core/config.local.js @@ -78,10 +78,19 @@ export default { // instantMiners: true, // ----------------------------------------------------------------------------------- // When using fastGameEnter, controls whether a new game is started or the last one is resumed - // resumeGameOnFastEnter: false, + // resumeGameOnFastEnter: true, // ----------------------------------------------------------------------------------- // Special option used to render the trailer // renderForTrailer: true, // ----------------------------------------------------------------------------------- + // Whether to render changes + // renderChanges: true, + // ----------------------------------------------------------------------------------- + // Whether to render belt paths + // renderBeltPaths: true, + // ----------------------------------------------------------------------------------- + // Whether to check belt paths + // checkBeltPaths: true, + // ----------------------------------------------------------------------------------- /* dev:end */ };