Mercurial > wow > buffalo2
comparison 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 |
comparison
equal
deleted
inserted
replaced
120:5f1ba488c395 | 121:1f68c46bc4de |
---|---|
2 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 <Script file="GuildInfo.lua" /> | 3 <Script file="GuildInfo.lua" /> |
4 | 4 |
5 <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate"> | 5 <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate"> |
6 | 6 |
7 <Size x="200"/> | |
8 <Layers> | |
9 <Layer level="BACKGROUND"> | |
10 <Texture setAllPoints="true"> | |
11 <Color a="0.5" r="0" g="0" b="0" /> | |
12 </Texture> | |
13 </Layer> | |
14 </Layers> | |
15 | |
7 | 16 |
8 </Frame> | 17 </Frame> |
9 | 18 |
19 <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true"> | |
20 <Size x="200" y="36" /> | |
21 <Layers> | |
22 <Layer level="BACKGROUND"> | |
23 <Texture parentKey="Icon"> | |
24 <Anchors> | |
25 <Anchor point="TOPLEFT" /> | |
26 | |
27 </Anchors> | |
28 <Size x="36" y="36" /> | |
29 </Texture> | |
30 </Layer> | |
31 <Layer level="OVERLAY"> | |
32 <FontString inherits="GameFontNormal" parentKey="Label"> | |
33 <Anchors> | |
34 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" /> | |
35 </Anchors> | |
36 </FontString> | |
37 </Layer> | |
38 </Layers> | |
39 <HighlightTexture> | |
40 <Color a="0.2" r="0" g="0" b="1" /> | |
41 </HighlightTexture> | |
42 </Button> | |
43 | |
10 </Ui> | 44 </Ui> |