mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix box maker visibility
This commit is contained in:
parent
dc6bf2714d
commit
db075b9f16
1 changed files with 2 additions and 1 deletions
|
@ -667,7 +667,8 @@ const factory = createLayer(id, () => {
|
|||
box: {
|
||||
amount: 2
|
||||
}
|
||||
}
|
||||
},
|
||||
visible: main.days[presentsDay - 1].opened
|
||||
} as FactoryComponentDeclaration,
|
||||
blocks: {
|
||||
imageSrc: _blockMaker,
|
||||
|
|
Loading…
Reference in a new issue