25 lines
838 B
XML
25 lines
838 B
XML
<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/
|
|
..\FrameXML\UI.xsd">
|
|
<Script file="StatsFrame.lua"/>
|
|
<!-- This frame shows debug information for non-release builds -->
|
|
<Frame name="StatsFrame" setAllPoints="true" frameStrata="DIALOG" hidden="true" parent="UIParent">
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<FontString name="StatsFrameText" inherits="NumberFontNormal" justifyH="RIGHT" justifyV="BOTTOM">
|
|
<Anchors>
|
|
<Anchor point="BOTTOMRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="-16" y="192"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad function="StatsFrame_OnLoad"/>
|
|
<OnUpdate function="StatsFrame_OnUpdate"/>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|