Mercurial > wow > kbf
view KBF.xml @ 19:a6f5a0f2d429
correctly position debuffs when temp enchants are present
author | Chris Mellon <arkanes@gmai.com> |
---|---|
date | Sat, 16 Oct 2010 00:56:40 -0500 |
parents | 5f07c89cb6af |
children | c2ff66c87521 |
line wrap: on
line source
<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"> <!-- A button template for unit aura buttons --> <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true"> <Attributes> <Attribute name="type" value="cancelaura" /> <Attribute name="allowToggleVehicle" value="true" /> <Attribute name="unit" value="player" /> </Attributes> <Size> <AbsDimension x="216" y="16" /> </Size> <Scripts> <OnEnter> KBF:OnEnter(self, motion) </OnEnter> <OnLeave> GameTooltip:Hide(); </OnLeave> </Scripts> </Button> </Ui>