comparison ObjectiveTracker/ObjectiveTracker.xml @ 54:ed74c5cabe98

Core - updated comment notes Objectives - force hide blocks when their tracker is hidden Clock - convert clock into its own module - display zone coordinates alongside time
author Nenue
date Wed, 01 Jun 2016 20:48:14 -0400
parents 1a322b92dbfa
children f253baf6022d
comparison
equal deleted inserted replaced
53:5cedcb683eda 54:ed74c5cabe98
155 <Anchors> 155 <Anchors>
156 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CloseButton" x="0" y="0" /> 156 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CloseButton" x="0" y="0" />
157 </Anchors> 157 </Anchors>
158 </Button> 158 </Button>
159 159
160
161 <Frame name="VeneerClock" parentKey="Clock" hidden="false">
162 <Scripts>
163 <OnLoad>
164 self.toggle = true
165 Veneer.RegisterModuleFrame(self, 'Clock')
166 </OnLoad>
167 </Scripts>
168 <Anchors>
169 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.QuestMapButton" />
170 </Anchors>
171 <Size x="280" y="16" />
172 <Layers>
173 <Layer level="OVERLAY">
174 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" parentKey="time" text="GAME_TIME" outline="NORMAL">
175 <FontHeight>
176 <AbsValue val="14" />
177 </FontHeight>
178
179 <Anchors>
180 <Anchor point="RIGHT" />
181 </Anchors>
182 <Color r="1" g="1" b="1" a="1" />
183 </FontString>
184 </Layer>
185 </Layers>
186 <Scripts>
187 <OnUpdate>
188 </OnUpdate>
189 </Scripts>
190 </Frame>
191 160
192 161
193 <Frame name="$parentQuestDetailsPane" parentKey="QuestDetails" hidden="true"> 162 <Frame name="$parentQuestDetailsPane" parentKey="QuestDetails" hidden="true">
194 <Anchors> 163 <Anchors>
195 <Anchor point="TOP" /> 164 <Anchor point="TOP" />