ElvUI/Modules/UnitFrames/Load_UnitFrames.xml

48 lines
1.6 KiB
XML
Raw Permalink Normal View History

2020-11-13 14:27:50 -05:00
<Ui xmlns='http://www.blizzard.com/wow/ui/'>
<Button name='ELVUI_UNITTARGET' inherits='SecureUnitButtonTemplate' hidden='true' virtual='true'>
<Frames>
<Button name='$parentTarget' inherits='SecureUnitButtonTemplate'>
<Anchors>
<Anchor point='TOPLEFT' relativePoint='TOPRIGHT' relativeTo='$parent'>
<Offset>
<AbsDimension x='7' y='0'/>
</Offset>
</Anchor>
</Anchors>
<Attributes>
<Attribute name='unitsuffix' type='string' value='target'/>
<Attribute name='useparent-unit' type='boolean' value='true'/>
<Attribute name='type1' type='string' value='target'/>
<Attribute name='initial-unitWatch' type='boolean' value='true'/>
</Attributes>
</Button>
</Frames>
</Button>
<Button name='ELVUI_UNITPET' inherits='SecureUnitButtonTemplate' hidden='true' virtual='true'>
<Frames>
<Button name='$parentPet' inherits='SecureUnitButtonTemplate'>
<Anchors>
<Anchor point='BOTTOM' relativePoint='TOP' relativeTo='$parent'>
<Offset>
<AbsDimension x='0' y='1'/>
</Offset>
</Anchor>
</Anchors>
<Attributes>
<Attribute name='unitsuffix' type='string' value='pet'/>
<Attribute name='useparent-unit' type='boolean' value='true'/>
<Attribute name='type1' type='string' value='target'/>
<Attribute name='initial-unitWatch' type='boolean' value='true'/>
</Attributes>
</Button>
</Frames>
</Button>
<Script file='UnitFrames.lua'/>
<Script file='ConfigEnviroment.lua'/>
<Include file='Elements\Load_Elements.xml'/>
<Include file='Units\Load_Units.xml'/>
<Include file='Groups\Load_Groups.xml'/>
</Ui>