mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
parent
32fa44f4c5
commit
c3bc53c40a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ function Menu(props: {
|
||||||
Size: UDim2
|
Size: UDim2
|
||||||
})
|
})
|
||||||
return Background {
|
return Background {
|
||||||
Color = props.COlor,
|
Color = props.Color,
|
||||||
AnchorPoint = props.AnchorPoint,
|
AnchorPoint = props.AnchorPoint,
|
||||||
Position = props.Position,
|
Position = props.Position,
|
||||||
Size = props.Size
|
Size = props.Size
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue