Version 0.4

- New bar type
- More configuration options
This commit is contained in:
iceroth
2006-08-06 05:45:56 +00:00
parent 0887e36186
commit 2f51443091
15 changed files with 568 additions and 177 deletions

View File

@ -174,8 +174,11 @@ end
function IceElement.prototype:FontFactory(weight, size, frame, font)
weight = weight or ""
local fontFile = IceHUD.Location .. "\\fonts\\Calibri" .. weight ..".ttf"
local weightString = ""
if (weight) then
weightString = "Bold"
end
local fontFile = IceHUD.Location .. "\\fonts\\Calibri" .. weightString ..".ttf"
if not (frame) then
frame = self.frame