Mercurial > wow > buffalo2
annotate TimeManager/TimeManager.xml @ 55:dd9b5f59632c v1.0a-release
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 | Fri, 10 Jun 2016 20:52:27 -0400 |
parents | ed74c5cabe98 |
children | 07ef62fe201f |
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@55 | 25 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" parentKey="coords" text="MAP_COORDS" outline="NORMAL"> |
Nenue@55 | 26 <FontHeight> |
Nenue@55 | 27 <AbsValue val="14" /> |
Nenue@55 | 28 </FontHeight> |
Nenue@55 | 29 |
Nenue@55 | 30 <Anchors> |
Nenue@55 | 31 <Anchor point="RIGHT" relativePoint="LEFT" relativeKey="$parent.time" /> |
Nenue@55 | 32 </Anchors> |
Nenue@55 | 33 <Color r="1" g="1" b="1" a="1" /> |
Nenue@55 | 34 </FontString> |
Nenue@54 | 35 </Layer> |
Nenue@54 | 36 </Layers> |
Nenue@54 | 37 <Scripts> |
Nenue@54 | 38 <OnUpdate> |
Nenue@54 | 39 </OnUpdate> |
Nenue@54 | 40 </Scripts> |
Nenue@54 | 41 </Frame> |
Nenue@54 | 42 |
Nenue@54 | 43 <Script file="TimeManager.lua" /> |
Nenue@54 | 44 |
Nenue@47 | 45 </Ui> |