mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed bug with selecting the last 4 presets. they weren't actually defined.
This commit is contained in:
40
IceCore.lua
40
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
|
||||
|
||||
|
Reference in New Issue
Block a user