-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathTemplates.xml
More file actions
139 lines (132 loc) · 4.01 KB
/
Copy pathTemplates.xml
File metadata and controls
139 lines (132 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<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/ ../../FrameXML/UI.xsd">
<Script file="Templates.lua"/>
<!--
Constom Fonts
-->
<FontFamily name="WQT_NumberFontOutline" virtual="true">
<Member alphabet="roman">
<Font font="Fonts\FRIZQT__.TTF" height="10" outline="NORMAL">
<Shadow>
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
<Color r="0" g="0" b="0"/>
</Shadow>
</Font>
</Member>
<Member alphabet="korean">
<Font font="Fonts\2002.TTF" height="10" outline="NORMAL">
<Shadow>
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
<Color r="0" g="0" b="0"/>
</Shadow>
</Font>
</Member>
<Member alphabet="simplifiedchinese">
<Font font="Fonts\ARKai_T.ttf" height="12" outline="NORMAL">
<Shadow>
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
<Color r="0" g="0" b="0"/>
</Shadow>
</Font>
</Member>
<Member alphabet="traditionalchinese">
<Font font="Fonts\blei00d.TTF" height="12" outline="NORMAL">
<Shadow>
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
<Color r="0" g="0" b="0"/>
</Shadow>
</Font>
</Member>
<Member alphabet="russian">
<Font font="Fonts\FRIZQT___CYR.TTF" height="10" outline="NORMAL">
<Shadow>
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
<Color r="0" g="0" b="0"/>
</Shadow>
</Font>
</Member>
</FontFamily>
<!--
Container Buttons and Frames
-->
<Button name="WQT_ContainerButtonTemplate" mixin="WQT_ContainerButtonMixin" virtual="true">
<Size x="36" y="36"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Background" file="Interface/MINIMAP/UI-Minimap-Background" >
<Color r="1" g="1" b="1" a="1"/>
</Texture>
</Layer>
<Layer level="ARTWORK" textureSubLevel="-2">
<Texture parentKey="Border" atlas="Capacitance-General-PortraitRing">
<Anchors>
<Anchor point="TOPLEFT" x="-3" y="1"/>
<Anchor point="BOTTOMRIGHT" x="4" y="-7"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK" textureSubLevel="-1">
<Texture parentKey="Selected" file="Interface/ENCOUNTERJOURNAL/UI-EncounterJournalTextures" alphaMode="ADD" alpha="0">
<Anchors>
<Anchor point="TOPLEFT" x="0" y="-0"/>
<Anchor point="BOTTOMRIGHT" x="-0" y="0"/>
</Anchors>
<TexCoords left="0.828125" right="0.921875" top="0.337890625" bottom="0.3857421875"/>
</Texture>
</Layer>
</Layers>
<NormalTexture file="Interface/Worldmap/UI-World-Icon">
<Anchors>
<Anchor point="TOPLEFT" x="4" y="-4"/>
<Anchor point="BOTTOMRIGHT" x="-4" y="4"/>
</Anchors>
</NormalTexture>
<PushedTexture file="Interface/Worldmap/UI-World-Icon">
<Anchors>
<Anchor point="TOPLEFT" x="5" y="-5"/>
<Anchor point="BOTTOMRIGHT" x="-3" y="3"/>
</Anchors>
</PushedTexture>
<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD" alpha=".5"/>
<Scripts>
<OnClick method="OnClick"/>
<OnEnter method="OnEnter"/>
<OnLeave method="OnLeave"/>
</Scripts>
</Button>
<Frame name="WQT_ContainerTemplate" virtual="true" inherits="DefaultPanelTemplate">
<Size x="346" y="506"/>
</Frame>
<Frame name="WQT_MiniIconTemplate" flattenRenderLayers="true" mixin="WQT_MiniIconMixin" virtual="true">
<Size x="16" y="16" />
<Layers>
<Layer level="ARTWORK" textureSubLevel="10">
<Texture parentKey="Icon" atlas="dungeon" texelSnappingBias="0.0" snapToPixelGrid="false">
<Size x="10" y="10"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BACKGROUND" textureSubLevel="9">
<Texture parentKey="BG" alpha="0.75" file="Interface\GLUES\Models\UI_MainMenu_Legion\UI_Legion_Shadow" setAllPoints="true" texelSnappingBias="0.0" snapToPixelGrid="false">
<Size x="16" y="16"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
</Frame>
</Ui>