annotate Veneer_Objectives/Veneer_Objectives.xml @ 77:51f248dc0276

setup working copy dingaling
author Nenue
date Sat, 27 Aug 2016 10:51:08 -0400
parents
children
rev   line source
Nenue@77 1 <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/
Nenue@77 2 ..\FrameXML\UI.xsd">
Nenue@77 3 <Frame name="VeneerObjectives" parent="UIParent">
Nenue@77 4 <KeyValues>
Nenue@77 5 <KeyValue key="DEVIAN_PNAME" value="Veneer"/>
Nenue@77 6 </KeyValues>
Nenue@77 7 <Size x="140" y="800" />
Nenue@77 8 <Layers>
Nenue@77 9 <Layer level="OVERLAY">
Nenue@77 10 <FontString parentKey="header" inherits="VeneerHeaderFont" text="Objectives">
Nenue@77 11 <Anchors>
Nenue@77 12 <Anchor point="TOPLEFT" />
Nenue@77 13 </Anchors>
Nenue@77 14 </FontString>
Nenue@77 15 </Layer>
Nenue@77 16 </Layers>
Nenue@77 17 </Frame>
Nenue@77 18
Nenue@77 19 <Button name="VeneerObjectiveHeader" virtual="true" hidden="true">
Nenue@77 20 <Size x="140" y="32" />
Nenue@77 21 <Layers>
Nenue@77 22 <Layer level="OVERLAY">
Nenue@77 23 <FontString name="$parentHeader" parentKey="text" inherits="VeneerHeader2Font">
Nenue@77 24 <Anchors>
Nenue@77 25 <Anchor point="TOPLEFT" />
Nenue@77 26 </Anchors>
Nenue@77 27 </FontString>
Nenue@77 28 </Layer>
Nenue@77 29 </Layers>
Nenue@77 30 <Animations>
Nenue@77 31 <!-- some fancy pants animation logic -->
Nenue@77 32 <AnimationGroup parentKey="fadeIn">
Nenue@77 33 <Alpha duration="0.14" fromAlpha="0" toAlpha="1" order="1" />
Nenue@77 34 <Scripts>
Nenue@77 35 <OnFinished>
Nenue@77 36 VeneerObjectives:UpdateAnimation()
Nenue@77 37 </OnFinished>
Nenue@77 38 </Scripts>
Nenue@77 39 </AnimationGroup>
Nenue@77 40 </Animations>
Nenue@77 41 </Button>
Nenue@77 42
Nenue@77 43 <Button name="VeneerObjectiveBlock" virtual="true" hidden="true">
Nenue@77 44
Nenue@77 45 <Size x="140" y="1" />
Nenue@77 46 <Layers>
Nenue@77 47
Nenue@77 48 <Layer level="BACKGROUND">
Nenue@77 49 <Texture setAllPoints="true" parentKey="background">
Nenue@77 50 <Color a="0.5" r="0" g="0" b="0" />
Nenue@77 51 </Texture>
Nenue@77 52 <Texture parentKey="tag1">
Nenue@77 53 <Size x="24" y="24" />
Nenue@77 54 <Anchors>
Nenue@77 55 <Anchor point="TOPRIGHT" />
Nenue@77 56 </Anchors>
Nenue@77 57 </Texture>
Nenue@77 58 </Layer>
Nenue@77 59 <Layer level="OVERLAY">
Nenue@77 60 <FontString name="$parentHeader" parentKey="header" inherits="VeneerHeaderFont">
Nenue@77 61 <Anchors>
Nenue@77 62 <Anchor point="TOPLEFT" />
Nenue@77 63 </Anchors>
Nenue@77 64 </FontString>
Nenue@77 65 </Layer>
Nenue@77 66
Nenue@77 67 </Layers>
Nenue@77 68 </Button>
Nenue@77 69
Nenue@77 70 <Frame name="VeneerObjectiveLine" virtual="true" hidden="true">
Nenue@77 71 <Size x="140" />
Nenue@77 72 <Layers>
Nenue@77 73
Nenue@77 74 <Layer level="OVERLAY">
Nenue@77 75
Nenue@77 76 <FontString parentKey="text" inherits="VeneerNumberFont" wordwrap="true" justifyH="LEFT">
Nenue@77 77 <Size x="140" />
Nenue@77 78 <Anchors>
Nenue@77 79 <Anchor point="TOPLEFT" />
Nenue@77 80 </Anchors>
Nenue@77 81 </FontString>
Nenue@77 82 </Layer>
Nenue@77 83 </Layers>
Nenue@77 84 </Frame>
Nenue@77 85 </Ui>