mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Fix buildings not working at their advertised speed, closes #440, closes #442, closes #437, closes #449
This commit is contained in:
parent
12892dcf54
commit
78fe34840a
17 changed files with 750 additions and 806 deletions
|
|
@ -61,7 +61,7 @@ export const globalConfig = {
|
|||
|
||||
undergroundBeltMaxTilesByTier: [5, 8],
|
||||
|
||||
readerAnalyzeIntervalSeconds: 10,
|
||||
readerAnalyzeIntervalSeconds: G_IS_DEV ? 3 : 10,
|
||||
|
||||
buildingSpeeds: {
|
||||
cutter: 1 / 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue