diff --git a/src/data/layers/factory.tsx b/src/data/layers/factory.tsx index 96940fc..86911df 100644 --- a/src/data/layers/factory.tsx +++ b/src/data/layers/factory.tsx @@ -81,8 +81,8 @@ function getDirection(dir: Direction) { } const factorySize = { - width: 2, - height: 2 + width: 6, + height: 6 }; const blockSize = 50;