annotate WorldQuests.xml @ 78:fadf00b437fb v1.4.1

- Fixed pins not being removed upon completion - Fixed animation stuttering
author Nenue
date Mon, 10 Apr 2017 13:14:05 -0400
parents 78d78dc77822
children 98b5e08b75ed
rev   line source
Nenue@33 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@33 2 ..\FrameXML\UI.xsd">
Nenue@33 3 <Script file="WorldQuests.lua" />
Nenue@33 4
Nenue@33 5
Nenue@33 6 <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan">
Nenue@67 7
Nenue@33 8 <Scripts>
Nenue@33 9 <OnLoad method="OnLoad" />
Nenue@33 10 <OnEvent method="OnEvent" />
Nenue@67 11 <OnUpdate method="OnUpdate" />
Nenue@33 12 <OnShow method="OnShow" />
Nenue@33 13 </Scripts>
Nenue@75 14 <Layers>
Nenue@75 15
Nenue@75 16 <Layer level="OVERLAY">
Nenue@75 17 <FontString parentKey="debugMessage" inherits="GameFontNormal">
Nenue@75 18 <Anchors>
Nenue@75 19 <Anchor point="BOTTOMLEFT" />
Nenue@75 20
Nenue@75 21 </Anchors>
Nenue@75 22 </FontString>
Nenue@75 23 </Layer>
Nenue@75 24 </Layers>
Nenue@67 25
Nenue@67 26 <Frames>
Nenue@67 27 <CheckButton name="$parentToggle" parentKey="Toggle" >
Nenue@67 28 <Size x="20" y="20" />
Nenue@67 29 <Anchors>
Nenue@67 30 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" />
Nenue@67 31 </Anchors>
Nenue@67 32 <Layers>
Nenue@67 33 <Layer level="BACKGROUND">
Nenue@67 34 <Texture setAllPoints="false">
Nenue@67 35 <Anchors>
Nenue@67 36 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@67 37 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@67 38 </Anchors>
Nenue@67 39 <Color a="1" r="0" g="0" b="0" />
Nenue@67 40 </Texture>
Nenue@67 41 </Layer>
Nenue@67 42 </Layers>
Nenue@67 43
Nenue@67 44 <ButtonText inherits="GameFontNormal" text="World Quests">
Nenue@67 45 <Anchors>
Nenue@67 46 <Anchor point="LEFT" relativePoint="RIGHT" x="3" />
Nenue@67 47 </Anchors>
Nenue@67 48 </ButtonText>
Nenue@67 49 <NormalTexture setAllPoints="true">
Nenue@67 50 <Color a=".25" r="0" g="0" b="0" />
Nenue@67 51 </NormalTexture>
Nenue@67 52 <CheckedTexture setAllPoints="false">
Nenue@67 53 <Anchors>
Nenue@67 54 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@67 55 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@67 56 </Anchors>
Nenue@67 57 <Color a=".75" r="1" g="1" b="1" />
Nenue@67 58 </CheckedTexture>
Nenue@67 59 </CheckButton>
Nenue@67 60 </Frames>
Nenue@33 61 </Frame>
Nenue@33 62
Nenue@33 63 </Ui>