diff KBF.xml @ 12:5f07c89cb6af

tooltips for buffs
author Chris Mellon <arkanes@gmai.com>
date Wed, 13 Oct 2010 11:11:13 -0500
parents 3d4128c79074
children c2ff66c87521
line wrap: on
line diff
--- a/KBF.xml	Wed Oct 13 09:28:45 2010 -0500
+++ b/KBF.xml	Wed Oct 13 11:11:13 2010 -0500
@@ -10,5 +10,13 @@
 		<Size>
 			<AbsDimension x="216" y="16" />
 		</Size>
+		<Scripts>
+			<OnEnter>
+				KBF:OnEnter(self, motion)
+			</OnEnter>
+			<OnLeave>
+				GameTooltip:Hide();
+			</OnLeave>
+		</Scripts>
     </Button>
 </Ui>