mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-25 01:41:48 +00:00
change factory day to 18
This commit is contained in:
parent
a0d87647c9
commit
6b08323297
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ import "./styles/factory.css";
|
||||||
const id = "factory";
|
const id = "factory";
|
||||||
|
|
||||||
// what is the actual day?
|
// what is the actual day?
|
||||||
const day = 20;
|
const day = 18;
|
||||||
|
|
||||||
// 20x20 block size
|
// 20x20 block size
|
||||||
// TODO: unhardcode stuff
|
// TODO: unhardcode stuff
|
||||||
|
@ -84,8 +84,8 @@ function getDirection(dir: Direction) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const factorySize = {
|
const factorySize = {
|
||||||
width: 6,
|
width: 3,
|
||||||
height: 6
|
height: 3
|
||||||
};
|
};
|
||||||
const blockSize = 50;
|
const blockSize = 50;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue