mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Fix belt path epsilon
This commit is contained in:
parent
38ba763897
commit
21c9c3cee6
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ export const globalConfig = {
|
|||
|
||||
undergroundBeltMaxTilesByTier: [5, 9],
|
||||
|
||||
readerAnalyzeIntervalSeconds: G_IS_DEV ? 3 : 10,
|
||||
readerAnalyzeIntervalSeconds: 10,
|
||||
|
||||
buildingSpeeds: {
|
||||
cutter: 1 / 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue