annotate TimeManager/TimeManager.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 dd9b5f59632c
rev   line source
Nenue@47 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@47 2 ..\FrameXML\UI.xsd">
Nenue@47 3
Nenue@54 4
Nenue@54 5 <Frame name="VeneerClock" parent="UIParent" hidden="false">
Nenue@54 6 <Scripts>
Nenue@54 7 <OnLoad>
Nenue@54 8 self.toggle = true
Nenue@54 9 Veneer.RegisterModuleFrame(self, 'Clock')
Nenue@54 10 </OnLoad>
Nenue@54 11 </Scripts>
Nenue@54 12 <Size x="280" y="16" />
Nenue@54 13 <Layers>
Nenue@54 14 <Layer level="OVERLAY">
Nenue@54 15 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" parentKey="time" text="GAME_TIME" outline="NORMAL">
Nenue@54 16 <FontHeight>
Nenue@54 17 <AbsValue val="14" />
Nenue@54 18 </FontHeight>
Nenue@54 19
Nenue@54 20 <Anchors>
Nenue@54 21 <Anchor point="RIGHT" />
Nenue@54 22 </Anchors>
Nenue@54 23 <Color r="1" g="1" b="1" a="1" />
Nenue@54 24 </FontString>
Nenue@54 25 </Layer>
Nenue@54 26 </Layers>
Nenue@54 27 <Scripts>
Nenue@54 28 <OnUpdate>
Nenue@54 29 </OnUpdate>
Nenue@54 30 </Scripts>
Nenue@54 31 </Frame>
Nenue@54 32
Nenue@54 33 <Script file="TimeManager.lua" />
Nenue@54 34
Nenue@47 35 </Ui>