mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Add config.local.template.js and rm cached copy of config.local.js
This commit is contained in:
parent
7c69331308
commit
261c7a4070
@ -3,10 +3,10 @@ export default {
|
|||||||
/* dev:start */
|
/* dev:start */
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
// Quickly enters the game and skips the main menu - good for fast iterating
|
// 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
|
// 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
|
// Disables writing of savegames, useful for testing the same savegame over and over
|
||||||
// disableSavegameWrite: true,
|
// disableSavegameWrite: true,
|
||||||
@ -18,7 +18,7 @@ export default {
|
|||||||
// showAcceptorEjectors: true,
|
// showAcceptorEjectors: true,
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
// Disables the music (Overrides any setting, can cause weird behaviour)
|
// Disables the music (Overrides any setting, can cause weird behaviour)
|
||||||
disableMusic: true,
|
// disableMusic: true,
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
// Do not render static map entities (=most buildings)
|
// Do not render static map entities (=most buildings)
|
||||||
// doNotRenderStatics: true,
|
// doNotRenderStatics: true,
|
||||||
@ -60,7 +60,7 @@ export default {
|
|||||||
// testAds: true,
|
// testAds: true,
|
||||||
// -----------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------
|
||||||
// Allows unlocked achievements to be logged to console in the local build
|
// 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
|
// Disables the automatic switch to an overview when zooming out
|
||||||
// disableMapOverview: true,
|
// disableMapOverview: true,
|
Loading…
Reference in New Issue
Block a user