mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added 3 new user-submitted bar presets/skins (thanks KcuhC!)
This commit is contained in:
28
IceCore.lua
28
IceCore.lua
@ -439,13 +439,29 @@ function IceCore.prototype:LoadPresets()
|
||||
barProportion = 0.14,
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user