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

Fix lots of bugs, add wire splitters / mergers

This commit is contained in:
tobspr
2020-07-06 21:33:37 +02:00
parent 92a2f4caf1
commit 04ea105584
50 changed files with 1233 additions and 1118 deletions

View File

@@ -45,7 +45,7 @@ export const globalConfig = {
// Map
mapChunkSize: 16,
mapChunkPrerenderMinZoom: 0.7,
mapChunkPrerenderMinZoom: -1,
mapChunkOverviewMinZoom: 0.7,
// Belt speeds
@@ -55,7 +55,7 @@ export const globalConfig = {
beltItemSpacingByLayer: {
regular: 0.63,
wires: 0.33,
wires: 0.4,
},
wiresSpeedItemsPerSecond: 6,