mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
Undo change to starting factory size
This commit is contained in:
parent
1e0a1b87ac
commit
c90521afbc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue