Mercurial > wow > buffalo2
comparison Veneer.xml @ 75:d9d16e67725c
- refactor objectives plugin
author | Nenue |
---|---|
date | Sat, 27 Aug 2016 07:09:54 -0400 |
parents | cd6e78091b04 |
children | bb6b532c5d2f |
comparison
equal
deleted
inserted
replaced
74:cd6e78091b04 | 75:d9d16e67725c |
---|---|
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/ | 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"> | 2 ..\FrameXML\UI.xsd"> |
3 <Font name="VeneerFont" /> | 3 <Font name="VeneerFont" /> |
4 | 4 |
5 <Font name="VeneerFont_Small" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="16" /> | 5 <Font name="VeneerFont_Small" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="16" /> |
6 | |
6 <Font name="VeneerFont_Large" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="24" /> | 7 <Font name="VeneerFont_Large" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="24" /> |
8 <Font name="VeneerNumberFontSmall" font="Fonts\ARIALN.ttf" outline="NORMAL" height="12" /> | |
7 <Font name="VeneerNumberFont" font="Fonts\ARIALN.ttf" outline="NORMAL" height="14" /> | 9 <Font name="VeneerNumberFont" font="Fonts\ARIALN.ttf" outline="NORMAL" height="14" /> |
8 <Font name="VeneerNumberFontLarge" font="Fonts\ARIALN.ttf" outline="NORMAL" height="24" /> | 10 <Font name="VeneerNumberFontLarge" font="Fonts\ARIALN.ttf" outline="NORMAL" height="24" /> |
11 <Font name="VeneerHeaderFont" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14" /> | |
12 <Font name="VeneerHeader2Font" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14"> | |
13 <Color a="1" r="1" g="0.4" b="0" /> | |
14 </Font> | |
9 | 15 |
10 | 16 |
11 <Frame name="VeneerController" hidden="true" enableMouse="true" movable="true" parent="UIParent" frameStrata="DIALOG"> | 17 <Frame name="Veneer" hidden="true" enableMouse="true" movable="true" parent="UIParent" frameStrata="DIALOG"> |
12 <Size x="400" y="400" /> | 18 <Size x="400" y="400" /> |
13 <Anchors> | 19 <Anchors> |
14 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" /> | 20 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" /> |
15 </Anchors> | 21 </Anchors> |
16 <Scripts> | 22 <Scripts> |
130 <Texture parentKey="bg" setAllPoints="true" hidden="true" /> | 136 <Texture parentKey="bg" setAllPoints="true" hidden="true" /> |
131 </Layer> | 137 </Layer> |
132 </Layers> | 138 </Layers> |
133 </Frame> | 139 </Frame> |
134 <Cooldown name="$parentCooldown" parentKey="cooldown" inherits="CooldownFrameTemplate" reverse="true" setAllPoints="true"> | 140 <Cooldown name="$parentCooldown" parentKey="cooldown" inherits="CooldownFrameTemplate" reverse="true" setAllPoints="true"> |
135 | 141 <EdgeTexture> |
142 <Color a="0" r="0" g="0" b="0" /> | |
143 </EdgeTexture> | |
136 </Cooldown> | 144 </Cooldown> |
137 <Frame name="$parentProgress" parentKey="progress" frameStrata="MEDIUM"> | 145 <Frame name="$parentProgress" parentKey="progress" frameStrata="MEDIUM"> |
138 <Layers> | 146 <Layers> |
139 <Layer level="BACKGROUND"> | 147 <Layer level="BACKGROUND"> |
140 <Texture parentKey="bg" /> | 148 <Texture parentKey="bg" /> |
149 </Layers> | 157 </Layers> |
150 </Frame> | 158 </Frame> |
151 </Frames> | 159 </Frames> |
152 </Frame> | 160 </Frame> |
153 | 161 |
162 | |
163 | |
164 | |
154 <Script file="Veneer.lua" /> | 165 <Script file="Veneer.lua" /> |
155 | 166 |
156 </Ui> | 167 </Ui> |