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