From 261c7a4070081a7fad74f54e4b8f50aa7c5cf57d Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Mon, 22 Feb 2021 16:01:18 -0500 Subject: [PATCH] Add config.local.template.js and rm cached copy of config.local.js --- src/js/core/{config.local.js => config.local.template.js} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/js/core/{config.local.js => config.local.template.js} (96%) diff --git a/src/js/core/config.local.js b/src/js/core/config.local.template.js similarity index 96% rename from src/js/core/config.local.js rename to src/js/core/config.local.template.js index 5d980643..5e3cdad6 100644 --- a/src/js/core/config.local.js +++ b/src/js/core/config.local.template.js @@ -3,10 +3,10 @@ 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, + // noArtificialDelays: true, // ----------------------------------------------------------------------------------- // Disables writing of savegames, useful for testing the same savegame over and over // disableSavegameWrite: true, @@ -18,7 +18,7 @@ export default { // showAcceptorEjectors: true, // ----------------------------------------------------------------------------------- // Disables the music (Overrides any setting, can cause weird behaviour) - disableMusic: true, + // disableMusic: true, // ----------------------------------------------------------------------------------- // Do not render static map entities (=most buildings) // doNotRenderStatics: true, @@ -60,7 +60,7 @@ export default { // testAds: true, // ----------------------------------------------------------------------------------- // Allows unlocked achievements to be logged to console in the local build - testAchievements: true, + // testAchievements: true, // ----------------------------------------------------------------------------------- // Disables the automatic switch to an overview when zooming out // disableMapOverview: true,