diff Modules/ArtifactPower.xml @ 108:a41f6b74709a

- Handler number and boolean cluster arguments as positioning priority layer and "always top" respectively - Use SetShown and IsShown instead of IsVisible in doing full re-anchor checks
author Nick@Zahhak
date Sat, 25 Feb 2017 11:42:07 -0500
parents f32b63c93275
children 1196c2bad31c
line wrap: on
line diff
--- a/Modules/ArtifactPower.xml	Sun Jan 29 09:57:09 2017 -0500
+++ b/Modules/ArtifactPower.xml	Sat Feb 25 11:42:07 2017 -0500
@@ -76,7 +76,7 @@
         <Texture parentKey="AdjustedLine">
           <Size y="1" />
           <Anchors>
-            <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.AdjustedProgress" />
+            <Anchor point="TOP" relativeKey="$parent.AdjustedProgress" />
             <Anchor point="RIGHT" relativeKey="$parent.AdjustedProgress" />
             <Anchor point="LEFT" relativeKey="$parent.AdjustedProgress" />
           </Anchors>
@@ -95,7 +95,7 @@
     </Layers>
   </Button>
   <Frame name="VeneerArtifactPowerTimer" parent="UIParent" />
-  <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerMixinScripts" enableMouse="true">
+  <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerHandlerTemplate" enableMouse="true">
     <Size x="300" y="36" />
     <Scripts>
       <OnEnter method="OnEnter" />