diff KBF.xml @ 37:15b9e97ab2d2

hacked in very, very basic consolidated buff support. Needs *much* clean up, get side effects out of functions that don't want them, get the hide/show anchor logic into a secure state thingy
author Chris Mellon <arkanes@gmail.com>
date Fri, 31 Dec 2010 08:36:30 -0600
parents c2ff66c87521
children e19d0380b9f3
line wrap: on
line diff
--- a/KBF.xml	Wed Dec 29 06:13:13 2010 -0600
+++ b/KBF.xml	Fri Dec 31 08:36:30 2010 -0600
@@ -19,4 +19,28 @@
 			</OnLeave>
 		</Scripts>
     </Button>
+    
+    <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true">
+        <Attributes>
+			<Attribute name="type" value="cancelaura" />
+			<Attribute name="toggleForVehicle" value="true" />
+			<Attribute name="unit" value="player" />
+		</Attributes>
+		<Size>
+			<AbsDimension x="216" y="16" />
+		</Size>
+		<Scripts>
+			<OnEnter>
+				
+			</OnEnter>
+			<OnLeave>
+				
+			</OnLeave>
+		</Scripts>
+    </Button>
+    <Frame name="KBFConsolidateHeaderTemplate" virtual="true">
+    	<Size>
+			<AbsDimension x="216" y="16" />
+		</Size>
+    </Frame>
 </Ui>