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