mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added user-submitted custom cooldown tracker module. thanks regmellon!
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user