mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
20 lines
247 B
Markdown
20 lines
247 B
Markdown
```lua
|
|
local function Text(args)
|
|
return create("TextLabel") {
|
|
[Layout] = {
|
|
Size = scale(1),
|
|
args[Layout]
|
|
}
|
|
}
|
|
end
|
|
|
|
Text {
|
|
[Layout] = {
|
|
Position = scale(0.5, 0.1)
|
|
}
|
|
}
|
|
```
|
|
|
|
```lua
|
|
a
|
|
```
|