mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +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 = {
|
||||
width: 2,
|
||||
height: 2
|
||||
width: 6,
|
||||
height: 6
|
||||
};
|
||||
const blockSize = 50;
|
||||
|
||||
|
|
Loading…
Reference in a new issue