mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- changed the defaults for hiding the blizzard frame on the player and target health frames...i have a feeling i'm going to tick off a whole different subset of people by changing this, but we'll see.
This commit is contained in:
@ -19,7 +19,7 @@ function PlayerHealth.prototype:GetDefaultSettings()
|
|||||||
|
|
||||||
settings["side"] = IceCore.Side.Left
|
settings["side"] = IceCore.Side.Left
|
||||||
settings["offset"] = 1
|
settings["offset"] = 1
|
||||||
settings["hideBlizz"] = true
|
settings["hideBlizz"] = false
|
||||||
settings["upperText"] = "[PercentHP:Round]"
|
settings["upperText"] = "[PercentHP:Round]"
|
||||||
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
||||||
settings["allowMouseInteraction"] = true
|
settings["allowMouseInteraction"] = true
|
||||||
|
@ -26,7 +26,7 @@ function IceTargetHealth.prototype:GetDefaultSettings()
|
|||||||
settings["side"] = IceCore.Side.Left
|
settings["side"] = IceCore.Side.Left
|
||||||
settings["offset"] = 2
|
settings["offset"] = 2
|
||||||
settings["classColor"] = false
|
settings["classColor"] = false
|
||||||
settings["hideBlizz"] = true
|
settings["hideBlizz"] = false
|
||||||
settings["upperText"] = "[PercentHP:Round]"
|
settings["upperText"] = "[PercentHP:Round]"
|
||||||
settings["lowerText"] = "[(HP:Round \"/\" MaxHP:Round):HPColor:Bracket]"
|
settings["lowerText"] = "[(HP:Round \"/\" MaxHP:Round):HPColor:Bracket]"
|
||||||
settings["raidIconOnTop"] = true
|
settings["raidIconOnTop"] = true
|
||||||
|
Reference in New Issue
Block a user