added bigfonts api for labels
Added bigfonts to labels just use :setFontSize(number) (1,2, 3 or 4)
This commit is contained in:
@@ -156,7 +156,11 @@ local function Object(name)
|
||||
end;
|
||||
|
||||
getWidth = function(self)
|
||||
return self.w
|
||||
return self.width
|
||||
end;
|
||||
|
||||
getSize = function(self)
|
||||
return self.width, self.height
|
||||
end;
|
||||
|
||||
setBackground = function(self, color)
|
||||
|
||||
Reference in New Issue
Block a user