- added 3 new user-submitted bar presets/skins (thanks KcuhC!)

This commit is contained in:
Parnic
2008-09-26 18:17:20 +00:00
parent 20e8113306
commit 8bba9b5926
8 changed files with 24 additions and 8 deletions

View File

@ -440,12 +440,28 @@ function IceCore.prototype:LoadPresets()
barSpace = 1,
}
self.presets["UBar"] = {
barTexture = "UBar",
barWidth = 155,
self.presets["ColorBar"] = {
barTexture = "ColorBar",
barWidth = 120,
barHeight = 220,
barProportion = 0.14,
barSpace = 1,
barProportion = 0.15,
barSpace = 3,
}
self.presets["RivetBar"] = {
barTexture = "RivetBar",
barWidth = 120,
barHeight = 220,
barProportion = 0.15,
barSpace = 3,
}
self.presets["RivetBar2"] = {
barTexture = "RivetBar2",
barWidth = 120,
barHeight = 220,
barProportion = 0.15,
barSpace = 3,
}
end

View File

@ -286,7 +286,7 @@ IceHUD.options =
set = function(value)
IceHUD.IceCore:SetBarPreset(value)
end,
validate = { "Bar", "HiBar", "RoundBar" },
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2" },
order = 9
},
@ -308,7 +308,7 @@ IceHUD.options =
set = function(value)
IceHUD.IceCore:SetBarTexture(value)
end,
validate = { "Bar", "HiBar", "RoundBar" },
validate = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2" },
order = 11
},

BIN
textures/ColorBar.blp Normal file

Binary file not shown.

BIN
textures/ColorBarBG.blp Normal file

Binary file not shown.

BIN
textures/RivetBar.blp Normal file

Binary file not shown.

BIN
textures/RivetBar2.blp Normal file

Binary file not shown.

BIN
textures/RivetBar2BG.blp Normal file

Binary file not shown.

BIN
textures/RivetBarBG.blp Normal file

Binary file not shown.