From 790785ef3927eec01fc766a5b9000b844aae7d2f Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 3 May 2009 17:38:02 +0000 Subject: [PATCH] - really fix the FangRune preset --- IceCore.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/IceCore.lua b/IceCore.lua index 6570fe2..d1d345e 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -674,5 +674,15 @@ function IceCore.prototype:LoadPresets() barBlendMode = "BLEND", barBgBlendMode = "BLEND", } + + self.presets["FangRune"] = { + barTexture = "FangRune", + barWidth = 155, + barHeight = 220, + barProportion = 0.14, + barSpace = 1, + barBlendMode = "BLEND", + barBgBlendMode = "BLEND", + } end