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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user