Mercurial > wow > devian
diff Devian.xml @ 55:1b8c597dba44
added movement fading
todo: sort out dock mouseover hitches
author | Nenue |
---|---|
date | Wed, 06 Jan 2016 07:37:17 -0500 |
parents | c3166f700438 |
children | 0a9a6740ea5d |
line wrap: on
line diff
--- a/Devian.xml Tue Jan 05 01:41:22 2016 -0500 +++ b/Devian.xml Wed Jan 06 07:37:17 2016 -0500 @@ -81,7 +81,7 @@ </FontString> <Layers> - <Layer level="BACKGROUND"> + <Layer level="ARTWORK"> <Texture name="$parentBackdrop" parentKey="backdrop" setAllPoints="true" alphaMode="BLEND"> <Color r="1" g="1" b="1" a="1"/> <Gradient orientation="VERTICAL"> @@ -253,6 +253,31 @@ </Layer> </Layers> </Frame> + <Button name="DevianExecButton" parent="UIParent" hidden="true"> + <Size x="32" y="32" /> + <Anchors> + <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeTo="DevianDock" x="-4"/> + </Anchors> + + <NormalTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD"> + <Color r="1" g="1" b="1" a="1" /> + </NormalTexture> + <PushedTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD"> + <Anchors> + <Anchor point="TOPRIGHT" x="-1" y="-1" /> + <Anchor point="BOTTOMLEFT" x="1" y="1" /> + </Anchors> + <Color r="1" g="0" b="0.5" a="1" /> + </PushedTexture> + + + + <Layers> + <Layer level="ARTWORK"> + + </Layer> + </Layers> + </Button> <Button name="DevianBeacon" hidden="true" inherits="DevianButton" virtual="true" enableMouse="true" alpha="1" frameStrata="MEDIUM"> <Size x="64" y="32" />