mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- set focus cast default scale to match focus health/mana
- set default sides and offsets on all bars to avoid them overlapping each other (fixes mirror/threat overlap and a few others)
This commit is contained in:
@ -19,8 +19,8 @@ end
|
||||
function PetMana.prototype:GetDefaultSettings()
|
||||
local settings = PetMana.super.prototype.GetDefaultSettings(self)
|
||||
|
||||
settings["side"] = IceCore.Side.Right
|
||||
settings["offset"] = -1
|
||||
settings["side"] = IceCore.Side.Left
|
||||
settings["offset"] = -2
|
||||
settings.scale = 0.7
|
||||
settings["textVerticalOffset"] = 4
|
||||
settings["upperText"] = "[PercentMP:Round]"
|
||||
|
Reference in New Issue
Block a user