diff --git a/IceCore.lua b/IceCore.lua index 8fc1779..82d1985 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -1008,5 +1008,45 @@ function IceCore.prototype:LoadPresets() barBgBlendMode = "BLEND", } + self.presets["CleanCurvesOut"] = { + barTexture = "CleanCurvesOut", + barWidth = 155, + barHeight = 220, + barProportion = 0.14, + barSpace = 1, + barBlendMode = "BLEND", + barBgBlendMode = "BLEND", + } + + self.presets["CleanTank"] = { + barTexture = "CleanTank", + barWidth = 155, + barHeight = 220, + barProportion = 0.5, + barSpace = 1, + barBlendMode = "BLEND", + barBgBlendMode = "BLEND", + } + + self.presets["PillTank"] = { + barTexture = "PillTank", + barWidth = 155, + barHeight = 220, + barProportion = 0.14, + barSpace = 1, + barBlendMode = "BLEND", + barBgBlendMode = "BLEND", + } + + self.presets["GemTank"] = { + barTexture = "GemTank", + barWidth = 155, + barHeight = 220, + barProportion = 0.19, + barSpace = 1, + barBlendMode = "BLEND", + barBgBlendMode = "BLEND", + } + end