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,