mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Actually add reindeer
This commit is contained in:
parent
2aa68be852
commit
e706daf9bb
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ import metal from "./layers/metal";
|
|||
import oil from "./layers/oil";
|
||||
import paper from "./layers/paper";
|
||||
import plastic from "./layers/plastic";
|
||||
import reindeer from "./layers/reindeer";
|
||||
import ribbon from "./layers/ribbon";
|
||||
import toys from "./layers/toys";
|
||||
import trees from "./layers/trees";
|
||||
|
@ -616,7 +617,8 @@ export const getInitialLayers = (
|
|||
wrappingPaper,
|
||||
ribbon,
|
||||
toys,
|
||||
factory
|
||||
factory,
|
||||
reindeer
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue