mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50: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:
@ -26,7 +26,7 @@ function PlayerMana.prototype:GetDefaultSettings()
|
||||
settings["tickerEnabled"] = true
|
||||
settings["tickerAlpha"] = 0.5
|
||||
settings["upperText"] = "[PercentMP:Round]"
|
||||
settings["lowerText"] = "[FractionalMP:Color(0000ff)]"
|
||||
settings["lowerText"] = "[FractionalMP:PowerColor]"
|
||||
|
||||
return settings
|
||||
end
|
||||
|
Reference in New Issue
Block a user