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
|
||||
|
||||
|
||||
function IceBarElement.prototype:GetDefaultSettings()
|
||||
local defaults = IceBarElement.super.prototype.GetDefaultSettings(self)
|
||||
defaults["barFontSize"] = 13
|
||||
return defaults
|
||||
end
|
||||
|
||||
|
||||
-- OVERRIDE
|
||||
function IceBarElement.prototype:Redraw()
|
||||
|
@ -40,6 +40,7 @@ function IceCore.prototype:init()
|
||||
alphaic = 0.6,
|
||||
lockTextAlpha = true,
|
||||
barTexture = "Bar",
|
||||
barFontSize = 13,
|
||||
}
|
||||
|
||||
-- get default settings from the modules
|
||||
|
Reference in New Issue
Block a user