The-Boardgame-Insert-Toolkit icon indicating copy to clipboard operation
The-Boardgame-Insert-Toolkit copied to clipboard

Label not displaying on lid when box is stackable.

Open MikiGrit opened this issue 3 years ago • 1 comments

I have trouble displaying label on lid when the box is stackable. When I turn it off, the label appears.

MikiGrit avatar Mar 05 '21 11:03 MikiGrit

Can you post a sample that demonstrates the issue?

This works for me in this case:

data =
[ 
    [   "simple stacking box",
        [
            [ BOX_SIZE_XYZ,                                     [45, 45, 15.0] ],
            [ BOX_STACKABLE_B, t],


            [ BOX_COMPONENT,
                [
                    [CMP_COMPARTMENT_SIZE_XYZ,  [ 42, 42, 13.0] ],
                ]
            ],    

            [ BOX_LID,[[ LABEL,[[ LBL_TEXT,     "Label"]]]]]	                        
        ]
    ]
];

dppdppd avatar Mar 23 '21 04:03 dppdppd