Mercurial > wow > buffalo2
diff Modules/GuildInfo.xml @ 121:1f68c46bc4de
BuffFrame:
- Added interface framework for selectively hiding certain buff's auxiliary values.
author | Nenue |
---|---|
date | Mon, 17 Jul 2017 11:51:31 -0400 |
parents | 1e511e9aaca5 |
children | 86621c60512b |
line wrap: on
line diff
--- a/Modules/GuildInfo.xml Sun Jun 04 18:20:40 2017 -0400 +++ b/Modules/GuildInfo.xml Mon Jul 17 11:51:31 2017 -0400 @@ -4,7 +4,41 @@ <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate"> + <Size x="200"/> + <Layers> + <Layer level="BACKGROUND"> + <Texture setAllPoints="true"> + <Color a="0.5" r="0" g="0" b="0" /> + </Texture> + </Layer> + </Layers> + </Frame> + <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true"> + <Size x="200" y="36" /> + <Layers> + <Layer level="BACKGROUND"> + <Texture parentKey="Icon"> + <Anchors> + <Anchor point="TOPLEFT" /> + + </Anchors> + <Size x="36" y="36" /> + </Texture> + </Layer> + <Layer level="OVERLAY"> + <FontString inherits="GameFontNormal" parentKey="Label"> + <Anchors> + <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" /> + </Anchors> + </FontString> + </Layer> + </Layers> + <HighlightTexture> + <Color a="0.2" r="0" g="0" b="1" /> + </HighlightTexture> + </Button> + </Ui> \ No newline at end of file