mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +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: {
|
box: {
|
||||||
amount: 2
|
amount: 2
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
visible: main.days[presentsDay - 1].opened
|
||||||
} as FactoryComponentDeclaration,
|
} as FactoryComponentDeclaration,
|
||||||
blocks: {
|
blocks: {
|
||||||
imageSrc: _blockMaker,
|
imageSrc: _blockMaker,
|
||||||
|
|
Loading…
Reference in a new issue