diff SkeletonKey/SkeletonKey.xml @ 17:500f9b2bd9ac

- for RegisterAction, use a function table instead of that if/then rats nest - consequently pet bar actions work now - unlocalize bindings data - activate keyslot input manually instead of on mouse over - activate checkbox to keep input mode active - dynamic buttons update in real time for petaction/talent/profession spells
author Nenue
date Sat, 30 Jul 2016 00:08:00 -0400
parents cdd387d39137
children 91398d284a99
line wrap: on
line diff
--- a/SkeletonKey/SkeletonKey.xml	Fri Jul 29 21:18:15 2016 -0400
+++ b/SkeletonKey/SkeletonKey.xml	Sat Jul 30 00:08:00 2016 -0400
@@ -131,7 +131,7 @@
             <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.headerbg" />
             <Anchor point="BOTTOM" />
           </Anchors>
-          <Color a="1" r="0.2" g="0.2" b="0.2" />
+          <Color a=".75" r="0" g="0" b="0" />
         </Texture>
 
 
@@ -191,6 +191,8 @@
           </Anchors>
           <Color a="1" r="0" g="1" b="0" />
         </FontString>
+
+        <FontString parentKey="savingText" inherits="KTHeaderFont" text="Press a key." />
       </Layer>
     </Layers>
     <Frames>
@@ -200,11 +202,34 @@
         </Anchors>
       </Button>
 
-      <CheckButton inherits="UICheckButtonTemplate" parentKey="DummyCheckButton">
+      <Button name="$parentUnbindButton" hidden="true">
+        <Size x="20" y="20" />
+        <NormalTexture>
+          <Color a="1" r="1" g="0.4" b="0" />
+
+        </NormalTexture>
+        <NormalFont style="KTUIPanelFont" />
+        <ButtonText text="X" />
+      </Button>
+
+      <CheckButton name="$parentStickyMode">
+        <Size  y="28" />
         <Anchors>
-          <Anchor point="BOTTOMLEFT" x="4" y="4" />
+          <Anchor point="BOTTOMLEFT" x="0" y="12" />
+          <Anchor point="RIGHT" relativeKey="$parent.sourcesbg" />
         </Anchors>
-        <ButtonText text="This is some crap" />
+        <ButtonText text="Receiving" inherits="KTUIPanelFont">
+          <Anchors>
+            <Anchor point="CENTER" />
+          </Anchors>
+        </ButtonText>
+        <NormalTexture>
+          <Color a="1" r=".3" g=".3" b=".3" />
+        </NormalTexture>
+        <CheckedTexture>
+
+          <Color a="1" r=".3" g="1" b=".2" />
+        </CheckedTexture>
       </CheckButton>
     </Frames>
   </Frame>