mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Liiitle fix
This commit is contained in:
@ -395,10 +395,10 @@ end
|
|||||||
function IceCore.prototype:LoadPresets()
|
function IceCore.prototype:LoadPresets()
|
||||||
self.presets["Bar"] = {
|
self.presets["Bar"] = {
|
||||||
barTexture = "Bar",
|
barTexture = "Bar",
|
||||||
barWidth = 63,
|
barWidth = 120,
|
||||||
barHeight = 150,
|
barHeight = 220,
|
||||||
barProportion = 0.34,
|
barProportion = 0.15,
|
||||||
barSpace = 4,
|
barSpace = 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
self.presets["HiBar"] = {
|
self.presets["HiBar"] = {
|
||||||
|
Reference in New Issue
Block a user