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