1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix statistics tab, 2

This commit is contained in:
tobspr
2020-05-14 10:25:00 +02:00
parent a30beb9883
commit d194b5ad86
4 changed files with 64 additions and 28 deletions

View File

@@ -18,8 +18,10 @@ export const globalConfig = {
assetsSharpness: 1.2,
shapesSharpness: 1.4,
// Production analytics
statisticsGraphDpi: 2.5,
statisticsGraphSlices: 100,
analyticsSliceDurationSeconds: 10,
// [Calculated] physics step size
physicsDeltaMs: 0,
@@ -41,8 +43,6 @@ export const globalConfig = {
undergroundBeltMaxTiles: 5,
analyticsSliceDurationSeconds: 10,
buildingSpeeds: {
cutter: 1 / 4,
rotater: 1 / 1,