Mercurial > wow > buffalo2
diff ObjectiveWidgets.xml @ 13:9455693fc290
Init
- recall XML display state on reload
ObjectiveFrame
- quest coloring by relative level
- quest coloring by daily/weekly/complete status
- remember starting scroll value between reload
- limit anchor points to edges for regions affected by style attributes
ObjectiveInfo
- AutoQuest outline definitions
- Pull Quest title and tag data in addition to WatchInfo
ObjectiveStyle
- ensure consistent style table
- hardcode certain attributes for sanity
XML
- ensure consistent naming conventions for heading and content elements
- ensure hardcore anchors are based on edges
- expansion of file structure to deal with complexities of dynamic widgets and style caching
ObjectiveUI
- determine primary style by block handler when restoring original style
- moved framescript to 'ObjectiveWidgets' lua
author | Nenue |
---|---|
date | Sat, 02 Apr 2016 17:46:52 -0400 |
parents | 8238cddaddb1 |
children | ed642234f017 |
line wrap: on
line diff
--- a/ObjectiveWidgets.xml Sat Apr 02 05:01:54 2016 -0400 +++ b/ObjectiveWidgets.xml Sat Apr 02 17:46:52 2016 -0400 @@ -61,7 +61,7 @@ </Scripts> <Layers> <Layer level="OVERLAY"> - <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> + <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> </FontString> </Layer> @@ -85,7 +85,7 @@ </Scripts> <Layers> <Layer level="OVERLAY"> - <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> + <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> </FontString> </Layer>