mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- changed a couple of defaults on the new bar texture presets for additive versus blended draws
- widened the maximum gap once again to 700 by request (from 500) - hoping the curse packager works this morning ;)
This commit is contained in:
@ -513,7 +513,7 @@ function IceCore.prototype:LoadPresets()
|
||||
barProportion = 0.14,
|
||||
barSpace = 1,
|
||||
barBlendMode = "ADD",
|
||||
barBgBlendMode = "BLEND",
|
||||
barBgBlendMode = "ADD",
|
||||
}
|
||||
|
||||
self.presets["BloodGlaives"] = {
|
||||
@ -522,7 +522,7 @@ function IceCore.prototype:LoadPresets()
|
||||
barHeight = 220,
|
||||
barProportion = 0.14,
|
||||
barSpace = 1,
|
||||
barBlendMode = "BLEND",
|
||||
barBlendMode = "ADD",
|
||||
barBgBlendMode = "BLEND",
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user