mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- blind commit to change the default colors for health/power for the player and target to be based on health/power amounts since the bars scale color by default
This commit is contained in:
@ -25,7 +25,7 @@ function TargetHealth.prototype:GetDefaultSettings()
|
||||
settings["classColor"] = false
|
||||
settings["hideBlizz"] = true
|
||||
settings["upperText"] = "[PercentHP:Round]"
|
||||
settings["lowerText"] = "[FractionalHP:Color(00ff00):Bracket]"
|
||||
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
||||
|
||||
return settings
|
||||
end
|
||||
|
Reference in New Issue
Block a user