diff 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
line wrap: on
line diff
--- a/ObjectiveTracker/ObjectiveTracker.xml	Fri Apr 29 17:06:48 2016 -0400
+++ b/ObjectiveTracker/ObjectiveTracker.xml	Wed Jun 01 20:48:14 2016 -0400
@@ -158,37 +158,6 @@
       </Button>
 
 
-      <Frame name="VeneerClock" parentKey="Clock" hidden="false">
-        <Scripts>
-          <OnLoad>
-            self.toggle = true
-            Veneer.RegisterModuleFrame(self, 'Clock')
-          </OnLoad>
-        </Scripts>
-        <Anchors>
-          <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.QuestMapButton" />
-        </Anchors>
-        <Size x="280" y="16" />
-        <Layers>
-          <Layer level="OVERLAY">
-            <FontString font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" parentKey="time" text="GAME_TIME" outline="NORMAL">
-              <FontHeight>
-                <AbsValue val="14" />
-              </FontHeight>
-
-              <Anchors>
-                <Anchor point="RIGHT" />
-              </Anchors>
-              <Color r="1" g="1" b="1" a="1" />
-            </FontString>
-          </Layer>
-        </Layers>
-        <Scripts>
-          <OnUpdate>
-          </OnUpdate>
-        </Scripts>
-      </Frame>
-
 
       <Frame name="$parentQuestDetailsPane" parentKey="QuestDetails" hidden="true">
         <Anchors>