Mercurial > wow > buffalo2
view Modules/WorldState.xml @ 104:8599826a68b7
Added tag v7.1.5-r104 for changeset 8df154a2bfd6
author | Nenue |
---|---|
date | Thu, 26 Jan 2017 20:28:35 -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>