Mercurial > wow > buffalo2
comparison ObjectiveTracker/Widgets.xml @ 38:1f8f9cc3d956
- module integration brought up to speed with current frame management structure
author | Nenue |
---|---|
date | Thu, 21 Apr 2016 11:36:41 -0400 |
parents | e84d645c8ab8 |
children | 03ed70f846de |
comparison
equal
deleted
inserted
replaced
37:e84d645c8ab8 | 38:1f8f9cc3d956 |
---|---|
1 <Ui> | 1 <Ui> |
2 <!-- houses objective widget templates --> | 2 <!-- houses objective widget templates --> |
3 | 3 |
4 <Frame name="VeneerObjectiveCriteriaProgressBar" virtual="true" hidden="true"> | 4 <StatusBar name="VeneerObjectiveCriteriaStatusBar" drawLayer="BACKGROUND" virtual="true" hidden="true" minValue="0" maxValue="100" defaultValue="0"> |
5 <Size x="250" y="30" /> | 5 <Size x="250" y="30" /> |
6 <Scripts> | 6 <Scripts> |
7 <OnLoad> | 7 <OnLoad> |
8 self.widgetType = 'ProgressBar' | 8 self.widgetType = 'StatusBar' |
9 Veneer.ObjectiveTracker.RegisterWidget(self) | 9 Veneer.ObjectiveTracker.RegisterWidget(self) |
10 </OnLoad> | 10 </OnLoad> |
11 <OnShow> | 11 <OnShow> |
12 Veneer.ObjectiveTracker.InitializeWidget(self) | 12 Veneer.ObjectiveTracker.InitializeWidget(self) |
13 </OnShow> | 13 </OnShow> |
17 <OnEvent> | 17 <OnEvent> |
18 | 18 |
19 </OnEvent> | 19 </OnEvent> |
20 </Scripts> | 20 </Scripts> |
21 <Layers> | 21 <Layers> |
22 <Layer level="BORDER"> | 22 <Layer level="ARTWORK"> |
23 <Texture name="$parentBackground" parentKey="bg"> | 23 |
24 <Color r="0" g="0" b="0" a="0.70" /> | 24 <Texture parentKey="BorderLeft" file="Interface\PaperDollInfoFrame\UI-Character-Skills-BarBorder"> |
25 <Size x="9" y="22"/> | |
26 <TexCoords left="0.007843" right="0.043137" top="0.193548" bottom="0.774193"/> | |
25 <Anchors> | 27 <Anchors> |
26 <Anchor point="BOTTOMLEFT" /> | 28 <Anchor point="LEFT" x="-3" y="0" relativeKey="$parent.bg" /> |
27 <Anchor point="TOPRIGHT" /> | |
28 </Anchors> | 29 </Anchors> |
29 </Texture> | 30 </Texture> |
30 </Layer> | 31 <Texture parentKey="BorderRight" file="Interface\PaperDollInfoFrame\UI-Character-Skills-BarBorder"> |
31 <Layer level="ARTWORK"> | 32 <Size x="9" y="22"/> |
32 | 33 <TexCoords left="0.043137" right="0.007843" top="0.193548" bottom="0.774193"/> |
33 <Texture name="$parentForeground" parentKey="fg"> | 34 <Anchors> |
34 <Color r="1" g="1" b="1" a="0.7" /> | 35 <Anchor point="RIGHT" x="3" y="0" relativeKey="$parent.bg"/> |
36 </Anchors> | |
35 </Texture> | 37 </Texture> |
36 <Texture name="$parentIcon" parentKey="icon" alphaMode="MOD"> | 38 <Texture parentKey="BorderMid" file="Interface\PaperDollInfoFrame\UI-Character-Skills-BarBorder"> |
39 <TexCoords left="0.113726" right="0.1490196" top="0.193548" bottom="0.774193"/> | |
37 <Anchors> | 40 <Anchors> |
38 <Anchor point="TOPLEFT" relativeKey="$parent.fg" /> | 41 <Anchor point="TOPLEFT" relativeKey="$parent.BorderLeft" relativePoint="TOPRIGHT"/> |
39 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.fg" /> | 42 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.BorderRight" relativePoint="BOTTOMLEFT"/> |
40 </Anchors> | 43 </Anchors> |
41 </Texture> | 44 </Texture> |
42 </Layer> | 45 </Layer> |
43 <Layer level="OVERLAY"> | 46 <Layer level="OVERLAY"> |
44 <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFontSmall"> | 47 <FontString name="$parentStatus" parentKey="status" inherits="VeneerActionNumberFont"> |
45 <Anchors> | 48 <Anchors> |
46 <Anchor point="CENTER" /> | 49 <Anchor point="CENTER" /> |
47 </Anchors> | 50 </Anchors> |
48 </FontString> | 51 </FontString> |
49 </Layer> | 52 </Layer> |
50 </Layers> | 53 </Layers> |
51 </Frame> | 54 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
55 <BarColor r="0.26" g="0.42" b="1"/> | |
56 </StatusBar> | |
52 | 57 |
53 <Frame name="VeneerObjectiveCriteriaEvent" virtual="true" hidden="true"> | 58 <Frame name="VeneerObjectiveCriteriaEvent" virtual="true" hidden="true"> |
54 <Size x="250" y="24" /> | 59 <Size x="250" y="24" /> |
55 <Scripts> | 60 <Scripts> |
56 <OnLoad> | 61 <OnLoad> |