view Modules/WorldState.xml @ 100:6bf83e41b08c

Added tag v7.1.5-r100 for changeset 74d6d97a2d24
author Nenue
date Fri, 20 Jan 2017 19:58:37 -0500
parents bb38bc0e787f
children 2105b6e5095f
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">

  <Script file="WorldState.lua" />

  <Frame name="VeneerWorldState" mixin="VeneerWorldStateMixin" parent="UIParent" inherits="VeneerMixinScripts">
    <Size x="600" y="24" />
    <Anchors>
      <Anchor point="TOP" />
    </Anchors>
    <Frames>
      <Frame name="$parentZoneCurrency" mixin="VeneerWorldStateCurrencyMixin" hidden="true" inherits="VeneerMixinScripts, VeneerAnimations">
        <Size x="240" y="24" />
        <Anchors>
          <Anchor point="TOP" />
        </Anchors>
        <Layers>
          <Layer level="ARTWORK">
            <Texture parentKey="Icon" >
              <Size x="16" y="16" />
              <Anchors>
                <Anchor point="LEFT" />
              </Anchors>
            </Texture>
          </Layer>
          <Layer level="OVERLAY">
            <FontString parentKey="Label" inherits="VeneerNumberFont">
              <Anchors>
                <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="2" y="0" />
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
    </Frames>
  </Frame>
  <Frame name="VeneerOrderHallHandler" hidden="true" parent="UIParent" mixin="VeneerOrderHallMixin" inherits="VeneerMixinScripts" />

</Ui>