- added an oft-requested option to treat friendly targets the same as not having a target at all for alpha purposes. this allows people who want the HUD to be hidden when they don't have a target to stay hidden when they target a friendly, for example

This commit is contained in:
Parnic
2011-04-26 03:09:51 +00:00
parent 41e8d3fe1b
commit b58e6166a2
4 changed files with 18 additions and 2 deletions

View File

@ -67,6 +67,7 @@ function IceCore.prototype:SetupDefaults()
alphaTargetbg = 0.25,
alphaNotFullbg = 0.25,
bTreatFriendlyAsTarget = true,
backgroundToggle = false,
backgroundColor = {r = 0.5, g = 0.5, b = 0.5},
barTexture = "Bar",