Mercurial > wow > buffalo2
comparison Templates.xml @ 121:1f68c46bc4de
BuffFrame:
- Added interface framework for selectively hiding certain buff's auxiliary values.
author | Nenue |
---|---|
date | Mon, 17 Jul 2017 11:51:31 -0400 |
parents | 5476337198ec |
children | 3f4794dca91b |
comparison
equal
deleted
inserted
replaced
120:5f1ba488c395 | 121:1f68c46bc4de |
---|---|
72 </PushedTexture> | 72 </PushedTexture> |
73 </Button> | 73 </Button> |
74 </Frames> | 74 </Frames> |
75 </Frame> | 75 </Frame> |
76 | 76 |
77 <Button name="VeneerAnchorButtonTemplate" virtual="true"> | |
78 <NormalTexture> | |
79 <Color a="1" r=".25" g=".25" b=".25" /> | |
80 </NormalTexture> | |
81 <HighlightTexture> | |
82 <Color r="1" g=".5" b="0" a="0.5" /> | |
83 </HighlightTexture> | |
84 </Button> | |
85 | |
77 <!-- same as above, but with a progress bar --> | 86 <!-- same as above, but with a progress bar --> |
78 <Frame name="VeneerStatusBarTemplate" virtual="true" hidden="true" inherits="VeneerMixinScripts"> | 87 <Frame name="VeneerStatusBarTemplate" virtual="true" hidden="true" inherits="VeneerMixinScripts"> |
79 <Scripts> | 88 <Scripts> |
80 <OnShow> | 89 <OnShow> |
81 if self.OnShow then self:OnShow() end | 90 if self.OnShow then self:OnShow() end |
138 </Layer> | 147 </Layer> |
139 </Layers> | 148 </Layers> |
140 </Frame> | 149 </Frame> |
141 | 150 |
142 <Frame name="VeneerHandlerTemplate" inherits="VeneerAnimations" hidden="true" parent="UIParent" virtual="true"> | 151 <Frame name="VeneerHandlerTemplate" inherits="VeneerAnimations" hidden="true" parent="UIParent" virtual="true"> |
152 <Scripts> | |
153 <OnLoad method="OnLoad" /> | |
154 <OnEvent method="OnEvent" /> | |
155 <OnShow method="OnShow" /> | |
156 <OnHide method="OnHide" /> | |
157 </Scripts> | |
143 <Layers> | 158 <Layers> |
144 <Layer level="BACKGROUND"> | 159 <Layer level="BACKGROUND"> |
145 <Texture parentKey="Background" setAllPoints="true" parentArray="ConfigLayer"> | 160 <Texture parentKey="Background" setAllPoints="true" parentArray="ConfigLayer"> |
146 <Color a="0.5" r="0" g="0" b="0" /> | 161 <Color a="0.5" r="0" g="0" b="0" /> |
147 </Texture> | 162 </Texture> |
148 </Layer> | 163 </Layer> |
149 </Layers> | 164 </Layers> |
150 <Scripts> | |
151 <OnLoad method="OnLoad" />> | |
152 <OnEvent method="OnEvent" /> | |
153 <OnShow method="OnShow" /> | |
154 <OnHide method="OnHide" /> | |
155 </Scripts> | |
156 <Frames> | 165 <Frames> |
157 <Frame name="$parentConfigHandler" setAllPoints="true" mixin="VeneerConfigLayerMixin" enableMouse="true" parentArray="ConfigLayer"> | 166 <Frame name="$parentConfigHandler" setAllPoints="true" mixin="VeneerConfigLayerMixin" enableMouse="true" parentArray="ConfigLayer"> |
158 <Scripts> | 167 <Scripts> |
159 <OnLoad method="OnLoad" /> | 168 <OnLoad method="OnLoad" /> |
160 <OnShow method="OnShow" /> | 169 <OnShow method="OnShow" /> |