Mercurial > wow > buffalo2
comparison Modules/LFGFrame.xml @ 135:4979b5cca6de
- Fixed lua error from newly obtained artifacts
author | Nenue |
---|---|
date | Thu, 25 Jan 2018 20:58:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
134:24dc16a49b15 | 135:4979b5cca6de |
---|---|
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | |
2 ..\FrameXML\UI.xsd"> | |
3 | |
4 <Script file="LFGFrame.lua" /> | |
5 | |
6 <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate"> | |
7 | |
8 <Size x="200"/> | |
9 <Layers> | |
10 <Layer level="BACKGROUND"> | |
11 <Texture setAllPoints="true"> | |
12 <Color a="0.5" r="0" g="0" b="0" /> | |
13 </Texture> | |
14 </Layer> | |
15 </Layers> | |
16 | |
17 | |
18 </Frame> | |
19 | |
20 <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true"> | |
21 <Size x="200" y="36" /> | |
22 <Layers> | |
23 <Layer level="BACKGROUND"> | |
24 <Texture parentKey="Icon"> | |
25 <Anchors> | |
26 <Anchor point="TOPLEFT" /> | |
27 | |
28 </Anchors> | |
29 <Size x="36" y="36" /> | |
30 </Texture> | |
31 </Layer> | |
32 <Layer level="OVERLAY"> | |
33 <FontString inherits="GameFontNormal" parentKey="Label"> | |
34 <Anchors> | |
35 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" /> | |
36 </Anchors> | |
37 </FontString> | |
38 </Layer> | |
39 </Layers> | |
40 <HighlightTexture> | |
41 <Color a="0.2" r="0" g="0" b="1" /> | |
42 </HighlightTexture> | |
43 </Button> | |
44 | |
45 | |
46 </Ui> |