From 855570e74b1b7f6b2583d185287186496764c612 Mon Sep 17 00:00:00 2001 From: tobspr Date: Tue, 7 Jul 2020 13:16:48 +0200 Subject: [PATCH] Fix color mixing --- src/js/core/config.local.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/js/core/config.local.js b/src/js/core/config.local.js index 7bf9a002..e76c2f0e 100644 --- a/src/js/core/config.local.js +++ b/src/js/core/config.local.js @@ -3,7 +3,7 @@ export default { /* dev:start */ // ----------------------------------------------------------------------------------- // Quickly enters the game and skips the main menu - good for fast iterating - // fastGameEnter: true, + fastGameEnter: true, // ----------------------------------------------------------------------------------- // Skips any delays like transitions between states and such // noArtificialDelays: true, @@ -33,13 +33,13 @@ export default { // rewardsInstant: true, // ----------------------------------------------------------------------------------- // Unlocks all buildings - // allBuildingsUnlocked: true, + allBuildingsUnlocked: true, // ----------------------------------------------------------------------------------- // Disables cost of blueprints - // blueprintsNoCost: true, + blueprintsNoCost: true, // ----------------------------------------------------------------------------------- // Disables cost of upgrades - // upgradesNoCost: true, + upgradesNoCost: true, // ----------------------------------------------------------------------------------- // Disables the dialog when completing a level // disableUnlockDialog: true, @@ -78,7 +78,7 @@ export default { // instantMiners: true, // ----------------------------------------------------------------------------------- // When using fastGameEnter, controls whether a new game is started or the last one is resumed - // resumeGameOnFastEnter: true, + resumeGameOnFastEnter: true, // ----------------------------------------------------------------------------------- // Special option used to render the trailer // renderForTrailer: true,