Undo change to starting factory size

This commit is contained in:
thepaperpilot 2022-12-21 23:15:56 -06:00
parent 1e0a1b87ac
commit c90521afbc

View file

@ -81,8 +81,8 @@ function getDirection(dir: Direction) {
} }
const factorySize = { const factorySize = {
width: 2, width: 6,
height: 2 height: 6
}; };
const blockSize = 50; const blockSize = 50;