add toggle for acrylic, fix roact fragments
This commit is contained in:
parent
3b327ea260
commit
3d641b34ce
8 changed files with 167 additions and 6 deletions
|
@ -62,7 +62,7 @@ function slot(props: SlotProps): Roact.Element {
|
|||
|
||||
return (
|
||||
<frame
|
||||
BackgroundColor3={Color3.fromHex("#11111b")}
|
||||
BackgroundColor3={Color3.fromHex("#1e1e2e")}
|
||||
BackgroundTransparency={slotBgTransparency}
|
||||
Size={new UDim2(1, 0, 1, 0)}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue