comparison Turok/Modules/Utilities/Raid.xml @ 6:a9b8b0866ece

clear out log jam
author Nenue
date Sun, 21 Feb 2016 08:32:53 -0500
parents
children
comparison
equal deleted inserted replaced
5:8a9a6637f082 6:a9b8b0866ece
1 <Ui>
2
3 <Frame name="TurokRaidbuffsTray" alpha="0">
4 <Size x="200" y="600" />
5 <Anchors>
6 <Anchor point="RIGHT" x="45" y="-300" />
7 </Anchors>
8 <Layers>
9 <Layer level="BACKGROUND">
10 <Texture name="$parentBackground" parentKey="background" setAllPoints="true">
11 <Color r="1" g="1" b="1" a="1" />
12 <Gradient>
13 <ColorMin r="1" g="0" b="0.8" />
14 <ColoMax r="0.5" g="0" b="1" />
15 </Gradient>
16 </Texture>
17 </Layer>
18 </Layers>
19 <Frames>
20 <Button name="$parentAction" parentArray="_buttons" parentKey="action" inherits="TurokButton">
21 <Script>
22 <OnShow>
23 if Turok.playerClass == 'HUNTER' then
24 if Turok.specPage == 1 then
25 self:SetText()
26 else
27 self:SetText("Lone Wolf")
28 end
29 end
30
31 </OnShow>
32 </Script>
33 </Button>
34 </Frames>
35 </Frame>
36
37 <Frame name="TurokRaidbuffButton" virtual="true" hidden="true">
38 <Anchors>
39 <Anchor point="CENTER" />
40 </Anchors>
41 <Size x="64" y="64" />
42 <Layers>
43 <Layer level="BACKGROUND">
44 <Texture name="$parentBackground" parentKey="background" setAllPoints="true">
45 <Color r="0" g="0" b="0" a="1" />
46 </Texture>
47 </Layer>
48 <Layer level="ARTWORK">
49 <Texture name="$parentForeground" parentKey="foreground">
50 <Color r="0" g="1" b="1" a="1" />
51 <Anchors>
52 <Anchor point="TOPLEFT" x="1" y="-1" />
53 <Anchor point="BOTTOMRIGHT" x="-1" y="1" />
54 </Anchors>
55 </Texture>
56 <Texture file="" name="BuffIcon" parentKey="icon">
57 <Anchor point="TOPLEFT" x="2" y="-2" />
58 <Anchor point="BOTTOMRIGHT" x="-2" y="2" />
59 </Texture>
60 </Layer>
61 <Layer level="OVERLAY">
62 <FontString name="$parentSpellName" parentKey="spellname" inherits="TurokFontDetail" />
63 <FontString name="$parentBuffType" parentKey="bufftype" inherits="TurokFontDetail" />
64 <FontString name="$parentCaster" parentKey="caster" inherits="TurokFontDetail" />
65 </Layer>
66 </Layers>
67 </Frame>
68 </Ui>