Mercurial > wow > buffalo2
view Veneer_Objectives/Veneer_Objectives.xml @ 83:4ec4fd89fced
- order of operations regarding frame visibility checking
- interaction with WorldPlan OrderHall module
- fancy shmancy transition fades resulting from above
author | Nenue |
---|---|
date | Tue, 18 Oct 2016 01:57:02 -0400 |
parents | 51f248dc0276 |
children |
line wrap: on
line source
<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>