Mercurial > wow > worldplan
view WorldQuests.xml @ 79:9be69336c0b3
Added tag v1.4.1 for changeset fadf00b437fb
author | Nenue |
---|---|
date | Mon, 10 Apr 2017 13:14:29 -0400 |
parents | 78d78dc77822 |
children | 98b5e08b75ed |
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="WorldQuests.lua" /> <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan"> <Scripts> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> <OnUpdate method="OnUpdate" /> <OnShow method="OnShow" /> </Scripts> <Layers> <Layer level="OVERLAY"> <FontString parentKey="debugMessage" inherits="GameFontNormal"> <Anchors> <Anchor point="BOTTOMLEFT" /> </Anchors> </FontString> </Layer> </Layers> <Frames> <CheckButton name="$parentToggle" parentKey="Toggle" > <Size x="20" y="20" /> <Anchors> <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" /> </Anchors> <Layers> <Layer level="BACKGROUND"> <Texture setAllPoints="false"> <Anchors> <Anchor point="TOPRIGHT" x="-1" y="-1" /> <Anchor point="BOTTOMLEFT" x="1" y="1" /> </Anchors> <Color a="1" r="0" g="0" b="0" /> </Texture> </Layer> </Layers> <ButtonText inherits="GameFontNormal" text="World Quests"> <Anchors> <Anchor point="LEFT" relativePoint="RIGHT" x="3" /> </Anchors> </ButtonText> <NormalTexture setAllPoints="true"> <Color a=".25" r="0" g="0" b="0" /> </NormalTexture> <CheckedTexture setAllPoints="false"> <Anchors> <Anchor point="TOPRIGHT" x="-1" y="-1" /> <Anchor point="BOTTOMLEFT" x="1" y="1" /> </Anchors> <Color a=".75" r="1" g="1" b="1" /> </CheckedTexture> </CheckButton> </Frames> </Frame> </Ui>