Mercurial > wow > buffalo2
comparison Config/Config.xml @ 47:1a322b92dbfa
file cleanup
author | Nenue |
---|---|
date | Thu, 28 Apr 2016 05:54:21 -0400 |
parents | Config.xml@ed642234f017 |
children |
comparison
equal
deleted
inserted
replaced
46:aa693607b813 | 47:1a322b92dbfa |
---|---|
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 <FontString virtual="true" name="VeneerFieldName" parentKey="fieldname" inherits="VeneerFontHighlight" justifyV="TOP" justifyH="LEFT" /> | |
5 <FontString virtual="true" name="VeneerFieldValue" parentKey="fieldvalue" inherits="VeneerFontNormal" justifyV="TOP" justifyH="LEFT" /> | |
6 <Slider virtual="true" orientation="HORIZONTAL" name="VeneerConfigSlider"> | |
7 <Size x="250" y="18" /> | |
8 <Thumbtexture name="$parentThumb" alphaMode="BLEND" parentKey="thumb"> | |
9 <Size x="12" y="18" /> | |
10 <Color r="0.25" g="0.25" b="0.25" a="1" /> | |
11 </Thumbtexture> | |
12 <Layers> | |
13 <Layer level="BACKGROUND"> | |
14 <Texture> | |
15 <Anchors> | |
16 <Anchor point="LEFT" /> | |
17 <Anchor point="RIGHT" /> | |
18 </Anchors> | |
19 <Size y="7" /> | |
20 <Color r="0" g="0" b="0" a="1" /> | |
21 </Texture> | |
22 | |
23 </Layer> | |
24 <Layer level="OVERLAY"> | |
25 | |
26 | |
27 <FontString name="$parentOptText" inherits="VeneerFieldName"> | |
28 <Anchors> | |
29 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" /> | |
30 </Anchors> | |
31 </FontString> | |
32 | |
33 <FontString name="$parentOptText" inherits="VeneerFieldValue"> | |
34 <Anchors> | |
35 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" x="0" y="0" /> | |
36 </Anchors> | |
37 </FontString> | |
38 </Layer> | |
39 </Layers> | |
40 <Scripts> | |
41 <OnValueChanged> | |
42 self:OnChange() | |
43 </OnValueChanged> | |
44 </Scripts> | |
45 </Slider> | |
46 | |
47 <CheckButton virtual="true" orientation="HORIZONTAL" name="VeneerConfigCheckButton"> | |
48 <Size x="24" y="24" /> | |
49 <NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/> | |
50 <PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/> | |
51 <HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/> | |
52 <CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/> | |
53 <Layers> | |
54 <Layer level="BACKGROUND"> | |
55 <Texture setAllPoints="true"> | |
56 <Size y="24" /> | |
57 <Color r="0" g="0.7" b="1" a="1" /> | |
58 </Texture> | |
59 | |
60 <FontString name="$parentOptText" inherits="VeneerFieldName" > | |
61 <Anchors> | |
62 <Anchor point="LEFT" relativePoint="LEFT" x="24" y="0" /> | |
63 </Anchors> | |
64 </FontString> | |
65 | |
66 </Layer> | |
67 </Layers> | |
68 <Scripts> | |
69 <OnValueChanged> | |
70 self:OnChange() | |
71 </OnValueChanged> | |
72 </Scripts> | |
73 </CheckButton> | |
74 | |
75 | |
76 <Button virtual="true" name="VeneerConfigColor"> | |
77 <Size x="400" y="20" /> | |
78 <Layers> | |
79 <Layer level="BACKGROUND"> | |
80 <Texture setAllPoints="true"> | |
81 <Color r="0.15" g="0.15" b="0.15" a="0.5" /> | |
82 </Texture> | |
83 <Texture> | |
84 <Anchors> | |
85 <Anchor point="BOTTOMLEFT" x="0" y="0" /> | |
86 </Anchors> | |
87 <Size x="18" y="18" /> | |
88 <Color r="0" g="0" b="0" a="1" /> | |
89 </Texture> | |
90 </Layer> | |
91 <Layer level="ARTWORK"> | |
92 <Texture name="$parentCurrentColor" parentKey="current"> | |
93 <Anchors> | |
94 <Anchor point="BOTTOMLEFT" x="1" y="1" /> | |
95 </Anchors> | |
96 <Size x="16" y="16" /> | |
97 <Color r="1" g="1" b="1" a="1" /> | |
98 </Texture> | |
99 </Layer> | |
100 <Layer level="OVERLAY"> | |
101 | |
102 <FontString name="$parentOptText" inherits="VeneerFieldName"> | |
103 <Anchors> | |
104 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="0" /> | |
105 </Anchors> | |
106 </FontString> | |
107 | |
108 <FontString parentKey="fieldvalue" name="$parentOptText" inherits="VeneerFontNormal" text=""> | |
109 <Anchors> | |
110 <Anchor point="CENTER" relativePoint="CENTER" relativeKey="$thumb" x="0" y="0" /> | |
111 </Anchors> | |
112 </FontString> | |
113 | |
114 </Layer> | |
115 </Layers> | |
116 </Button> | |
117 | |
118 <Script file="Config.lua" /> | |
119 </Ui> |