diff KBF.xml @ 0:1516559044e3

initial commit for hg
author Chris Mellon <arkanes@gmai.com>
date Tue, 12 Oct 2010 06:00:39 -0500
parents
children 3d4128c79074
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KBF.xml	Tue Oct 12 06:00:39 2010 -0500
@@ -0,0 +1,14 @@
+<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="32" y="32" />
+		</Size>
+    </Button>
+</Ui>