Mercurial > wow > buffalo2
comparison ObjectiveTracker/Widgets.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 | 03ed70f846de |
children |
comparison
equal
deleted
inserted
replaced
54:ed74c5cabe98 | 55:dd9b5f59632c |
---|---|
1 <Ui> | 1 <Ui> |
2 <!-- houses objective widget templates --> | 2 <!-- houses objective widget templates --> |
3 | 3 |
4 <StatusBar name="VeneerObjectiveCriteriaStatusBar" drawLayer="BACKGROUND" virtual="true" hidden="true" minValue="0" maxValue="100" defaultValue="0"> | 4 <StatusBar name="VeneerObjectiveCriteriaStatusBar" drawLayer="BACKGROUND" virtual="true" hidden="true" minValue="0" maxValue="100" defaultValue="0"> |
5 <Size x="250" y="30" /> | 5 <Size x="100" y="30" /> |
6 <Scripts> | 6 <Scripts> |
7 <OnLoad> | 7 <OnLoad> |
8 self.widgetType = 'StatusBar' | 8 self.widgetType = 'StatusBar' |
9 Veneer.ObjectiveTracker.RegisterWidget(self) | 9 Veneer.ObjectiveTracker.RegisterWidget(self) |
10 </OnLoad> | 10 </OnLoad> |