add toys to advent

This commit is contained in:
unsoftcapped3 2022-12-16 00:17:18 +00:00
parent 46eb86fd48
commit 6bc0a53ce3
2 changed files with 1 additions and 4 deletions

View file

@ -40,9 +40,6 @@ import wrappingPaper from "./wrapping-paper";
const id = "toys";
const day = 17;
// how much to prioritize this' income
// vs the previous ones
const SMOOTHING_FACTOR = 0.1;
const layer = createLayer(id, function (this: BaseLayer) {
const name = "Toys";
const colorBright = "#4BDC13";

View file

@ -311,7 +311,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
createDay(() => ({
day: 17,
shouldNotify: false,
layer: null, // "toys 1"
layer: "toys 1", // "toys 1"
symbol: "",
story: "",
completedStory: ""