12 lines
479 B
XML
12 lines
479 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="CombatFeedback.lua"/>
|
|
<Frame name="LowHealthFrame" frameStrata="FULLSCREEN_DIALOG" toplevel="true" setAllPoints="true" hidden="true">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<Texture file="Interface\FullScreenTextures\LowHealth" alphaMode="ADD"/>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
</Ui>
|