Mercurial > wow > buffalo2
annotate TimeManager/TimeManager.xml @ 59:07ef62fe201f
Re-write of BuffFrame module:
- uses secure hooks on blizzard BuffFrame.lua functions to determine needed action
- make use of built-in table behavior to reduce unnecessary frame updates
author | Nenue |
---|---|
date | Thu, 28 Jul 2016 18:27:56 -0400 |
parents | dd9b5f59632c |
children |
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@59 | 5 <Frame name="VeneerClock" parent="UIParent" hidden="false" clampedToScreen="true"> |
Nenue@54 | 6 <Scripts> |
Nenue@54 | 7 <OnLoad> |
Nenue@59 | 8 self.drag = true |
Nenue@54 | 9 self.toggle = true |
Nenue@54 | 10 Veneer.RegisterModuleFrame(self, 'Clock') |
Nenue@54 | 11 </OnLoad> |
Nenue@54 | 12 </Scripts> |
Nenue@54 | 13 <Size x="280" y="16" /> |
Nenue@54 | 14 <Layers> |
Nenue@54 | 15 <Layer level="OVERLAY"> |
Nenue@54 | 16 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" parentKey="time" text="GAME_TIME" outline="NORMAL"> |
Nenue@54 | 17 <FontHeight> |
Nenue@54 | 18 <AbsValue val="14" /> |
Nenue@54 | 19 </FontHeight> |
Nenue@54 | 20 |
Nenue@54 | 21 <Anchors> |
Nenue@54 | 22 <Anchor point="RIGHT" /> |
Nenue@54 | 23 </Anchors> |
Nenue@54 | 24 <Color r="1" g="1" b="1" a="1" /> |
Nenue@54 | 25 </FontString> |
Nenue@55 | 26 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" parentKey="coords" text="MAP_COORDS" outline="NORMAL"> |
Nenue@55 | 27 <FontHeight> |
Nenue@55 | 28 <AbsValue val="14" /> |
Nenue@55 | 29 </FontHeight> |
Nenue@55 | 30 |
Nenue@55 | 31 <Anchors> |
Nenue@55 | 32 <Anchor point="RIGHT" relativePoint="LEFT" relativeKey="$parent.time" /> |
Nenue@55 | 33 </Anchors> |
Nenue@55 | 34 <Color r="1" g="1" b="1" a="1" /> |
Nenue@55 | 35 </FontString> |
Nenue@54 | 36 </Layer> |
Nenue@54 | 37 </Layers> |
Nenue@54 | 38 </Frame> |
Nenue@54 | 39 |
Nenue@54 | 40 <Script file="TimeManager.lua" /> |
Nenue@54 | 41 |
Nenue@47 | 42 </Ui> |