Mercurial > wow > buffalo2
diff ObjectiveCore.lua @ 10:f03c75f63566
ObjectiveStyle & ObjectiveFrame
- abstract aesthetic details away from ObjectiveFrame
- revise SetBlockStyle into a more general algorithm for every frame
- implement caching of resolved attribute combinations
- use loadstring functions to store resolved attributes and call upon those when, for example, a MouseUp leads a tracker block to restore its original style
author | Nenue |
---|---|
date | Sat, 02 Apr 2016 03:19:25 -0400 |
parents | 7923243ae972 |
children | 9455693fc290 |
line wrap: on
line diff
--- a/ObjectiveCore.lua Fri Apr 01 14:54:01 2016 -0400 +++ b/ObjectiveCore.lua Sat Apr 02 03:19:25 2016 -0400 @@ -32,6 +32,11 @@ local Scroller = Wrapper.scrollArea local Scroll = _G.VeneerObjectiveScroll +--- Baseline defaults +mod.defaults = { + +} + --- list used to make things happen mod.orderedNames = {[1] = 'AutoQuest', [2] = 'Quest', [3] = 'Cheevs'}