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:
Parnic
2015-08-22 16:55:14 -05:00
parent 7249f4ebcd
commit 776bbf7ab3
5 changed files with 231 additions and 21 deletions

View File

@ -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