change factory day to 18

This commit is contained in:
unsoftcapped3 2022-12-21 05:47:49 +00:00
parent a0d87647c9
commit 6b08323297

View file

@ -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;