mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added 3 new user-submitted bar textures (GlowArc, CleanCurves, and BloodGlaives) and 2 new user-submitted combo/sunder/lacerate count textures (Glow and CleanCurves)
This commit is contained in:
@ -286,7 +286,7 @@ IceHUD.options =
|
||||
set = function(value)
|
||||
IceHUD.IceCore:SetBarPreset(value)
|
||||
end,
|
||||
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2" },
|
||||
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2", "CleanCurves", "GlowArc", "BloodGlaives" },
|
||||
order = 9
|
||||
},
|
||||
|
||||
@ -308,7 +308,7 @@ IceHUD.options =
|
||||
set = function(value)
|
||||
IceHUD.IceCore:SetBarTexture(value)
|
||||
end,
|
||||
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2" },
|
||||
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2", "CleanCurves", "GlowArc", "BloodGlaives" },
|
||||
order = 11
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user