mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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";
|
||||
|
||||
// what is the actual day?
|
||||
const day = 20;
|
||||
const day = 18;
|
||||
|
||||
// 20x20 block size
|
||||
// TODO: unhardcode stuff
|
||||
|
@ -84,8 +84,8 @@ function getDirection(dir: Direction) {
|
|||
}
|
||||
|
||||
const factorySize = {
|
||||
width: 6,
|
||||
height: 6
|
||||
width: 3,
|
||||
height: 3
|
||||
};
|
||||
const blockSize = 50;
|
||||
|
||||
|
|
Loading…
Reference in a new issue