mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fixed a misplaced default setting
This commit is contained in:
@ -93,12 +93,6 @@ function IceBarElement.prototype:GetOptions()
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function IceBarElement.prototype:GetDefaultSettings()
|
|
||||||
local defaults = IceBarElement.super.prototype.GetDefaultSettings(self)
|
|
||||||
defaults["barFontSize"] = 13
|
|
||||||
return defaults
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
-- OVERRIDE
|
-- OVERRIDE
|
||||||
function IceBarElement.prototype:Redraw()
|
function IceBarElement.prototype:Redraw()
|
||||||
|
@ -40,6 +40,7 @@ function IceCore.prototype:init()
|
|||||||
alphaic = 0.6,
|
alphaic = 0.6,
|
||||||
lockTextAlpha = true,
|
lockTextAlpha = true,
|
||||||
barTexture = "Bar",
|
barTexture = "Bar",
|
||||||
|
barFontSize = 13,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- get default settings from the modules
|
-- get default settings from the modules
|
||||||
|
Reference in New Issue
Block a user