comparison SkeletonStats/DamageMeter.xml @ 1:cd7d06bcd98d

KeyBinds: set hotkey text for blizzard action buttons UnitFrame: prototype templates for the majority of units
author Nenue
date Tue, 21 Jun 2016 04:47:52 -0400
parents 69e828f4238a
children
comparison
equal deleted inserted replaced
0:69e828f4238a 1:cd7d06bcd98d
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 4
5 <Frame name="DamageMeter" parent="UIParent" movable="true" enableMouse="true" inherits="KTDebugTemplate"> 5 <Frame name="DamageMeter" parent="UIParent" movable="true" enableMouse="true">
6 <Size x="180" y="260" /> 6 <Size x="180" y="260" />
7 <Anchors> 7 <Anchors>
8 <Anchor point="LEFT" /> 8 <Anchor point="TOPLEFT" relativePoint="LEFT" x="25" y="110" />
9 </Anchors> 9 </Anchors>
10 <Scripts> 10 <Scripts>
11 <OnLoad> 11 <OnLoad>
12 self:RegisterForDrag('LeftButton') 12 self:RegisterForDrag('LeftButton')
13 </OnLoad> 13 </OnLoad>