mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-30 20:33:21 -08:00
Double belt speed
This commit is contained in:
parent
40cca91f5d
commit
3f9fee211e
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ module.exports = ({
|
|||
{ pattern: /globalConfig\.halfTileSize/g, replacement: () => "16" },
|
||||
{
|
||||
pattern: /globalConfig\.beltSpeedItemsPerSecond/g,
|
||||
replacement: () => "1.0",
|
||||
replacement: () => "2.0",
|
||||
},
|
||||
{ pattern: /globalConfig\.itemSpacingOnBelts/g, replacement: () => "0.8" },
|
||||
{ pattern: /globalConfig\.debug/g, replacement: () => "''" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue