- added user-submitted custom cooldown tracker module. thanks regmellon!

This commit is contained in:
Parnic
2009-05-08 04:12:26 +00:00
parent 790785ef39
commit bbecc1524c
6 changed files with 329 additions and 13 deletions

View File

@ -354,7 +354,7 @@ function IceCustomCount.prototype:GetDefaultSettings()
defaults["auraTarget"] = "player"
defaults["auraName"] = ""
defaults["onlyMine"] = true
defaults["isCustomCounter"] = true
defaults["customBarType"] = "Counter"
defaults["countMinColor"] = {r=1, g=1, b=0, a=1}
defaults["countColor"] = {r=1, g=0, b=0, a=1}
defaults["auraType"] = "buff"