update uicorner and update readme
This commit is contained in:
parent
3d641b34ce
commit
be86712ede
3 changed files with 7 additions and 5 deletions
|
@ -67,14 +67,14 @@ function slot(props: SlotProps): Roact.Element {
|
|||
Size={new UDim2(1, 0, 1, 0)}
|
||||
>
|
||||
<Acrylic
|
||||
radius={2}
|
||||
radius={5}
|
||||
distance={0.001}
|
||||
/>
|
||||
<uiaspectratioconstraint
|
||||
AspectRatio={slotRatio}
|
||||
/>
|
||||
<uicorner
|
||||
CornerRadius={new UDim(0, 2)}
|
||||
CornerRadius={new UDim(0, 5)}
|
||||
/>
|
||||
<frame BackgroundTransparency={1} Size={new UDim2(1, 0, 1, 0)}>
|
||||
<Padding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue