4 lines
206 B
Plaintext
4 lines
206 B
Plaintext
function gui:newTextLabel(t,name, x, y, w, h, sx ,sy ,sw ,sh)
|
|
local x,y,w,h,sx,sy,sw,sh=filter(name, x, y, w, h, sx ,sy ,sw ,sh)
|
|
return self:newTextBase("TextLabel",t,name, x, y, w, h, sx ,sy ,sw ,sh)
|
|
end |