mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
add toys to advent
This commit is contained in:
parent
9e17c4ce39
commit
4408a20f2e
2 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -406,7 +406,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: "",
|
||||
|
|
Loading…
Reference in a new issue