mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- really fix the FangRune preset
This commit is contained in:
10
IceCore.lua
10
IceCore.lua
@ -674,5 +674,15 @@ function IceCore.prototype:LoadPresets()
|
|||||||
barBlendMode = "BLEND",
|
barBlendMode = "BLEND",
|
||||||
barBgBlendMode = "BLEND",
|
barBgBlendMode = "BLEND",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.presets["FangRune"] = {
|
||||||
|
barTexture = "FangRune",
|
||||||
|
barWidth = 155,
|
||||||
|
barHeight = 220,
|
||||||
|
barProportion = 0.14,
|
||||||
|
barSpace = 1,
|
||||||
|
barBlendMode = "BLEND",
|
||||||
|
barBgBlendMode = "BLEND",
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user