2016-12-02 19:02:26 -05:00

3 lines
96 B
Plaintext

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