mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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["offset"] = 1
|
||||
settings["hideBlizz"] = true
|
||||
settings["hideBlizz"] = false
|
||||
settings["upperText"] = "[PercentHP:Round]"
|
||||
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
||||
settings["allowMouseInteraction"] = true
|
||||
|
Reference in New Issue
Block a user