Mercurial > wow > buffalo2
diff Veneer_Objectives/Veneer_Objectives.xml @ 77:51f248dc0276
setup working copy dingaling
author | Nenue |
---|---|
date | Sat, 27 Aug 2016 10:51:08 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Veneer_Objectives/Veneer_Objectives.xml Sat Aug 27 10:51:08 2016 -0400 @@ -0,0 +1,85 @@ +<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/ +..\FrameXML\UI.xsd"> + <Frame name="VeneerObjectives" parent="UIParent"> + <KeyValues> + <KeyValue key="DEVIAN_PNAME" value="Veneer"/> + </KeyValues> + <Size x="140" y="800" /> + <Layers> + <Layer level="OVERLAY"> + <FontString parentKey="header" inherits="VeneerHeaderFont" text="Objectives"> + <Anchors> + <Anchor point="TOPLEFT" /> + </Anchors> + </FontString> + </Layer> + </Layers> + </Frame> + + <Button name="VeneerObjectiveHeader" virtual="true" hidden="true"> + <Size x="140" y="32" /> + <Layers> + <Layer level="OVERLAY"> + <FontString name="$parentHeader" parentKey="text" inherits="VeneerHeader2Font"> + <Anchors> + <Anchor point="TOPLEFT" /> + </Anchors> + </FontString> + </Layer> + </Layers> + <Animations> + <!-- some fancy pants animation logic --> + <AnimationGroup parentKey="fadeIn"> + <Alpha duration="0.14" fromAlpha="0" toAlpha="1" order="1" /> + <Scripts> + <OnFinished> + VeneerObjectives:UpdateAnimation() + </OnFinished> + </Scripts> + </AnimationGroup> + </Animations> + </Button> + + <Button name="VeneerObjectiveBlock" virtual="true" hidden="true"> + + <Size x="140" y="1" /> + <Layers> + + <Layer level="BACKGROUND"> + <Texture setAllPoints="true" parentKey="background"> + <Color a="0.5" r="0" g="0" b="0" /> + </Texture> + <Texture parentKey="tag1"> + <Size x="24" y="24" /> + <Anchors> + <Anchor point="TOPRIGHT" /> + </Anchors> + </Texture> + </Layer> + <Layer level="OVERLAY"> + <FontString name="$parentHeader" parentKey="header" inherits="VeneerHeaderFont"> + <Anchors> + <Anchor point="TOPLEFT" /> + </Anchors> + </FontString> + </Layer> + + </Layers> + </Button> + + <Frame name="VeneerObjectiveLine" virtual="true" hidden="true"> + <Size x="140" /> + <Layers> + + <Layer level="OVERLAY"> + + <FontString parentKey="text" inherits="VeneerNumberFont" wordwrap="true" justifyH="LEFT"> + <Size x="140" /> + <Anchors> + <Anchor point="TOPLEFT" /> + </Anchors> + </FontString> + </Layer> + </Layers> + </Frame> +</Ui> \ No newline at end of file