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:
30
IceCore.lua
30
IceCore.lua
@ -495,5 +495,35 @@ function IceCore.prototype:LoadPresets()
|
||||
barBlendMode = "BLEND",
|
||||
barBgBlendMode = "BLEND",
|
||||
}
|
||||
|
||||
self.presets["CleanCurves"] = {
|
||||
barTexture = "CleanCurves",
|
||||
barWidth = 155,
|
||||
barHeight = 220,
|
||||
barProportion = 0.14,
|
||||
barSpace = 1,
|
||||
barBlendMode = "BLEND",
|
||||
barBgBlendMode = "BLEND",
|
||||
}
|
||||
|
||||
self.presets["GlowArc"] = {
|
||||
barTexture = "GlowArc",
|
||||
barWidth = 155,
|
||||
barHeight = 220,
|
||||
barProportion = 0.14,
|
||||
barSpace = 1,
|
||||
barBlendMode = "ADD",
|
||||
barBgBlendMode = "BLEND",
|
||||
}
|
||||
|
||||
self.presets["BloodGlaives"] = {
|
||||
barTexture = "BloodGlaives",
|
||||
barWidth = 155,
|
||||
barHeight = 220,
|
||||
barProportion = 0.14,
|
||||
barSpace = 1,
|
||||
barBlendMode = "BLEND",
|
||||
barBgBlendMode = "BLEND",
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user