view Veneer_Objectives/Veneer_Objectives.xml @ 86:48182978d1c6

- revert count info to non-hook method; something spam fires Hide making stacking debuffs unintelligible - implement config variables for position and anchoring of buff sub-regions
author Nenue
date Tue, 18 Oct 2016 19:53:24 -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>