Mercurial > wow > buffalo2
comparison Modules/GuildInfo.xml @ 133:86621c60512b v7.3.2-20171222
- Fixed AP calc tooltip appearing while hidden
- Fixed PaperDoll relic tooltips missing nether crucible info
author | Nenue |
---|---|
date | Fri, 22 Dec 2017 20:36:40 -0500 |
parents | 1f68c46bc4de |
children |
comparison
equal
deleted
inserted
replaced
132:4cb1d2a0c110 | 133:86621c60512b |
---|---|
39 <HighlightTexture> | 39 <HighlightTexture> |
40 <Color a="0.2" r="0" g="0" b="1" /> | 40 <Color a="0.2" r="0" g="0" b="1" /> |
41 </HighlightTexture> | 41 </HighlightTexture> |
42 </Button> | 42 </Button> |
43 | 43 |
44 </Ui> | 44 |
45 <Frame name="VeneerPetBattleAbilityTemplate" parent="VeneerPetBattleInfo" parentArray="Abilities" virtual="true" mixin="VeneerPetBattleActionMixin"> | |
46 <Size x="48" y="48" /> | |
47 <Scripts> | |
48 <OnEnter method="OnEnter" /> | |
49 <OnLeave method="OnLeave" /> | |
50 </Scripts> | |
51 <Layers> | |
52 <Layer level="BACKGROUND"> | |
53 <Texture parentKey="Icon" setAllPoints="true" /> | |
54 | |
55 </Layer> | |
56 <Layer level="OVERLAY"> | |
57 <Texture parentArray="BetterIcon"> | |
58 <Size x="24" y="24" /> | |
59 <Anchors> | |
60 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" /> | |
61 </Anchors> | |
62 </Texture> | |
63 <Texture parentArray="BetterIcon"> | |
64 <Size x="24" y="24" /> | |
65 <Anchors> | |
66 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="26" y="0" /> | |
67 </Anchors> | |
68 </Texture> | |
69 <Texture parentArray="BetterIcon"> | |
70 <Size x="24" y="24" /> | |
71 <Anchors> | |
72 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="54" y="0" /> | |
73 </Anchors> | |
74 </Texture> | |
75 <FontString parentKey="Name" inherits="GameFontNormal"> | |
76 <Anchors> | |
77 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="4" y="-4" /> | |
78 </Anchors> | |
79 </FontString> | |
80 <FontString parentKey="Cooldown" inherits="GameFont_Gigantic"> | |
81 <Anchors> | |
82 <Anchor point="CENTER" /> | |
83 </Anchors> | |
84 </FontString> | |
85 | |
86 <Texture parentKey="TypeIcon"> | |
87 <Size x="16" y="16" /> | |
88 <TexCoords left="0.79687500" right="0.49218750" top="0.50390625" bottom="0.65625000"/> | |
89 <Anchors> | |
90 <Anchor point="TOPRIGHT" /> | |
91 | |
92 </Anchors> | |
93 </Texture> | |
94 | |
95 <Texture setAllPoints="true" hidden="true" file=""> | |
96 | |
97 </Texture> | |
98 <Texture parentKey="Border2" file="Interface\PetBattles\PetBattle-GoldSpeedFrame" hidden="true"> | |
99 <Size x="48" y="48"/> | |
100 <Anchors> | |
101 <Anchor point="CENTER" relativeKey="$parent.Icon"/> | |
102 </Anchors> | |
103 <TexCoords left="0.0" right="0.84375" top="0.0" bottom="0.8515625"/> | |
104 </Texture> | |
105 </Layer> | |
106 </Layers> | |
107 </Frame> | |
108 | |
109 <Frame name="VeneerPetBattleInfo" parent="PetBattleFrame" hidden="false" mixin="VeneerPetBattleInfoMixin"> | |
110 <Size x="128" y="64" /> | |
111 <Scripts> | |
112 <OnLoad method="OnLoad" /> | |
113 <OnEvent method="OnEvent" /> | |
114 <OnShow method="OnShow" /> | |
115 <OnHide method="OnHide" /> | |
116 </Scripts> | |
117 <Frames> | |
118 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
119 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
120 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
121 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
122 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
123 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
124 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
125 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
126 <Frame inherits="VeneerPetBattleAbilityTemplate" /> | |
127 </Frames> | |
128 </Frame> | |
129 | |
130 | |
131 </Ui> |