mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
thing
This commit is contained in:
parent
a5d6ae91ac
commit
a0083e1862
8 changed files with 106 additions and 9 deletions
|
|
@ -54,7 +54,7 @@ local function create(class_or_instance: string|Instance): (Props) -> Instance
|
|||
end
|
||||
|
||||
type Props = { [any]: any }
|
||||
return (create :: any) ::
|
||||
return (create :: any) ::
|
||||
( (class: "CanvasGroup") -> (r.vCanvasGroup) -> CanvasGroup )
|
||||
& ( (class: "Frame") -> (r.vFrame) -> Frame )
|
||||
& ( (class: "ImageButton") -> (r.vImageButton) -> ImageButton )
|
||||
|
|
@ -102,3 +102,4 @@ return (create :: any) ::
|
|||
& ( (class: "Part") -> (r.vPart) -> Part )
|
||||
& ( (class: "Model") -> (r.vModel) -> Model )
|
||||
& ( (class: "MeshPart") -> (r.vMeshPart) -> MeshPart )
|
||||
& ( (class: "Highlight") -> (r.vHighlight) -> Highlight )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue