diff Devian.xml @ 99:7d94df3804a7

- Console drag buttons for resizing - While dragging a console frame, other frames are ghosted out - Dropdown menu includes Toggle, Pin, and MinMax
author Nenue
date Thu, 27 Oct 2016 06:11:04 -0400
parents 33bc8baba858
children 930922e1ec5b
line wrap: on
line diff
--- a/Devian.xml	Wed Oct 26 10:17:43 2016 -0400
+++ b/Devian.xml	Thu Oct 27 06:11:04 2016 -0400
@@ -81,58 +81,4 @@
     </Layers>
   </Button>
 
-  <Button name="DevianBeacon" hidden="true" virtual="true" enableMouse="true" alpha="1" frameStrata="MEDIUM" mixin="DevianDockButtonMixin">
-    <Size x="64" y="24" />
-
-    <Scripts>
-      <OnShow method="OnShow" />
-      <OnEnter method="OnEnter" />
-      <OnMouseDown method="OnMouseDown" />
-      <OnClick method="Select" />
-    </Scripts>
-    <Layers>
-      <Layer level="BACKGROUND">
-        <Texture parentKey="Background" setAllPoints="true">
-          <Color a="0.5" r="0" g="0" b="0" />
-        </Texture>
-      </Layer>
-      <Layer level="OVERLAY">
-        <Texture parentKey="Stripe">
-          <Anchors>
-            <Anchor point="TOPLEFT" />
-            <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" />
-          </Anchors>
-        </Texture>
-      </Layer>
-    </Layers>
-    <Frames>
-      <Frame name="$parentText" parentKey="caption" alpha="1" blendMode="BLEND" enableMouse="false">
-        <Size x="64" y="24" />
-        <Anchors>
-          <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" />
-        </Anchors>
-        <Layers>
-          <Layer level="OVERLAY">
-            <FontString text="Test String" inherits="DevianDockHeader" parentKey="name" wordwrap="false" setAllPoints="true">
-              <Anchors>
-                <Anchor point="BOTTOM" />
-              </Anchors>
-              <Color r="1" g="1" b="1" a="1" />
-              <Shadow>
-                <Color r="0" g="0" b="0" a="1" />
-                <Offset x="0" y="-2" />
-              </Shadow>
-            </FontString>
-          </Layer>
-        </Layers>
-        <Animations>
-          <AnimationGroup parentKey="pulse" looping="BOUNCE" setToFinalAlpha="false">
-            <Alpha fromAlpha=".5" toAlpha="1" duration="0.4" endDelay="0.6" order="1" childKey="name" />
-
-          </AnimationGroup>
-        </Animations>
-      </Frame>
-    </Frames>
-  </Button>
-
 </Ui>
\ No newline at end of file