Mercurial > wow > buffalo2
diff Modules/BuffFrame.xml @ 108:a41f6b74709a
- Handler number and boolean cluster arguments as positioning priority layer and "always top" respectively
- Use SetShown and IsShown instead of IsVisible in doing full re-anchor checks
author | Nick@Zahhak |
---|---|
date | Sat, 25 Feb 2017 11:42:07 -0500 |
parents | 5476337198ec |
children | 7c77fde36287 |
line wrap: on
line diff
--- a/Modules/BuffFrame.xml Sun Jan 29 09:57:09 2017 -0500 +++ b/Modules/BuffFrame.xml Sat Feb 25 11:42:07 2017 -0500 @@ -67,6 +67,24 @@ <Anchor point="TOPRIGHT" x="-2" y="-2" /> </Anchors> </FontString> + <FontString name="$parentValue1" parentKey="Value1" inherits="VeneerNumberFont"> + <Anchors> + <Anchor point="TOPLEFT" x="2" y="-2" /> + </Anchors> + <Color r="0" g="1" b="0" /> + </FontString> + <FontString name="$parentValue2" parentKey="Value2" inherits="VeneerNumberFont"> + <Anchors> + <Anchor point="TOPLEFT" x="0" y="-2" relativeTo="BOTTOMELFT" relativeKey="$parent.Value1" /> + </Anchors> + <Color r="0" g="1" b="1" /> + </FontString> + <FontString name="$parentValue3" parentKey="Value3" inherits="VeneerNumberFont"> + <Anchors> + <Anchor point="TOPLEFT" x="0" y="-2" relativeTo="BOTTOMELFT" relativeKey="$parent.Value1" /> + </Anchors> + <Color r="1" g="1" b="0" /> + </FontString> </Layer> </Layers> </Frame>