mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Added a custom counter bar module by popular demand. Behaves exactly like a stack counter module, but in bar form.
Also cleaned up a little bit of code in the core that was dealing with custom modules.
This commit is contained in:
@ -130,6 +130,8 @@ function IceElement.prototype:GetBarTypeDescription(barType)
|
||||
retval = L["(De)Buff watcher"]
|
||||
elseif barType == "Counter" then
|
||||
retval = L["Counter"]
|
||||
elseif barType == "CounterBar" then
|
||||
retval = L["CounterBar"]
|
||||
elseif barType == "Health" then
|
||||
retval = HEALTH
|
||||
elseif barType == "Mana" then
|
||||
|
Reference in New Issue
Block a user