mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -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:
@ -20,7 +20,7 @@ function PlayerHealth.prototype:GetDefaultSettings()
|
|||||||
settings["offset"] = 1
|
settings["offset"] = 1
|
||||||
settings["hideBlizz"] = true
|
settings["hideBlizz"] = true
|
||||||
settings["upperText"] = "[PercentHP:Round]"
|
settings["upperText"] = "[PercentHP:Round]"
|
||||||
settings["lowerText"] = "[FractionalHP:Color(00ff00):Bracket]"
|
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
end
|
end
|
||||||
|
@ -26,7 +26,7 @@ function PlayerMana.prototype:GetDefaultSettings()
|
|||||||
settings["tickerEnabled"] = true
|
settings["tickerEnabled"] = true
|
||||||
settings["tickerAlpha"] = 0.5
|
settings["tickerAlpha"] = 0.5
|
||||||
settings["upperText"] = "[PercentMP:Round]"
|
settings["upperText"] = "[PercentMP:Round]"
|
||||||
settings["lowerText"] = "[FractionalMP:Color(0000ff)]"
|
settings["lowerText"] = "[FractionalMP:PowerColor]"
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
end
|
end
|
||||||
|
@ -25,7 +25,7 @@ function TargetHealth.prototype:GetDefaultSettings()
|
|||||||
settings["classColor"] = false
|
settings["classColor"] = false
|
||||||
settings["hideBlizz"] = true
|
settings["hideBlizz"] = true
|
||||||
settings["upperText"] = "[PercentHP:Round]"
|
settings["upperText"] = "[PercentHP:Round]"
|
||||||
settings["lowerText"] = "[FractionalHP:Color(00ff00):Bracket]"
|
settings["lowerText"] = "[FractionalHP:HPColor:Bracket]"
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
end
|
end
|
||||||
|
@ -21,7 +21,7 @@ function TargetMana.prototype:GetDefaultSettings()
|
|||||||
settings["side"] = IceCore.Side.Right
|
settings["side"] = IceCore.Side.Right
|
||||||
settings["offset"] = 2
|
settings["offset"] = 2
|
||||||
settings["upperText"] = "[PercentMP:Round]"
|
settings["upperText"] = "[PercentMP:Round]"
|
||||||
settings["lowerText"] = "[FractionalMP:Color(0000ff)]"
|
settings["lowerText"] = "[FractionalMP:PowerColor]"
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user