mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Increase tier 2 tunnel range to 9
This commit is contained in:
parent
bca379ee89
commit
270f51d9ec
@ -15,6 +15,7 @@ export const CHANGELOG = [
|
||||
"Added multiple settings to optimize the performance",
|
||||
"Updated the soundtrack again, it is now 40 minutes in total!",
|
||||
"Added a button to the statistics dialog to disable the sorting (by squeek502)",
|
||||
"Tier 2 tunnels are now 9 tiles wide, so the gap between is 8 tiles (double the range as tier1)",
|
||||
"Updated and added new translations (Thanks to all contributors!)",
|
||||
"Added setting to be able to delete buildings while placing (inspired by hexy)",
|
||||
"Mark pinned shapes in statistics dialog and show them first (inspired by davidburhans)",
|
||||
|
@ -59,7 +59,7 @@ export const globalConfig = {
|
||||
|
||||
wiresSpeedItemsPerSecond: 6,
|
||||
|
||||
undergroundBeltMaxTilesByTier: [5, 8],
|
||||
undergroundBeltMaxTilesByTier: [5, 9],
|
||||
|
||||
readerAnalyzeIntervalSeconds: G_IS_DEV ? 3 : 10,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user