3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
function gui:newFullImageLabel(i,name)
|
|
return self:newImageLabel(i,name,0,0,0,0,0,0,1,1)
|
|
end |