mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
feat: add additional UI types to Vide Instances type
Added `UIPadding`, `UIScale`, and `UIStroke` to the `Instances` type in `create.luau` to resolve type errors when creating these UI constraint instances.
This commit is contained in:
parent
452060a533
commit
4552bee045
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ type Instances = {
|
||||||
UIGradient: UIGradient,
|
UIGradient: UIGradient,
|
||||||
UIGridLayout: UIGridLayout,
|
UIGridLayout: UIGridLayout,
|
||||||
UIListLayout: UIListLayout,
|
UIListLayout: UIListLayout,
|
||||||
|
UIPadding: UIPadding,
|
||||||
|
UIScale: UIScale,
|
||||||
|
UIStroke: UIStroke,
|
||||||
Camera: Camera,
|
Camera: Camera,
|
||||||
WorldModel: WorldModel,
|
WorldModel: WorldModel,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue