2017-11-29 22:13:32 -05:00

3 lines
94 B
Plaintext

function gui:newFullImageLabel(i,name)
return self:newImageLabel(i,name,0,0,0,0,0,0,1,1)
end