From be01b2fa4ff35838a80b76dc82eb7f907f657d85 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 9 Oct 2008 15:14:39 +0000 Subject: [PATCH] - 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 ;) --- IceCore.lua | 4 ++-- IceHUD.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IceCore.lua b/IceCore.lua index 84a3390..6846dac 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -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 diff --git a/IceHUD.lua b/IceHUD.lua index bbdec12..88c9f17 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -71,7 +71,7 @@ IceHUD.options = IceHUD.IceCore:SetGap(v) end, min = 50, - max = 500, + max = 700, step = 5, order = 13, },