comparison 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
comparison
equal deleted inserted replaced
107:ff00679a7817 108:a41f6b74709a
74 <Color a="0.25" r="0" g="0.5" b="1" /> 74 <Color a="0.25" r="0" g="0.5" b="1" />
75 </Texture> 75 </Texture>
76 <Texture parentKey="AdjustedLine"> 76 <Texture parentKey="AdjustedLine">
77 <Size y="1" /> 77 <Size y="1" />
78 <Anchors> 78 <Anchors>
79 <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.AdjustedProgress" /> 79 <Anchor point="TOP" relativeKey="$parent.AdjustedProgress" />
80 <Anchor point="RIGHT" relativeKey="$parent.AdjustedProgress" /> 80 <Anchor point="RIGHT" relativeKey="$parent.AdjustedProgress" />
81 <Anchor point="LEFT" relativeKey="$parent.AdjustedProgress" /> 81 <Anchor point="LEFT" relativeKey="$parent.AdjustedProgress" />
82 </Anchors> 82 </Anchors>
83 <Color a="0.25" r="1" g="1" b="1" /> 83 <Color a="0.25" r="1" g="1" b="1" />
84 </Texture> 84 </Texture>
93 </Texture> 93 </Texture>
94 </Layer> 94 </Layer>
95 </Layers> 95 </Layers>
96 </Button> 96 </Button>
97 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" /> 97 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" />
98 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerMixinScripts" enableMouse="true"> 98 <Frame name="VeneerArtifactPower" hidden="true" mixin="VeneerArtifactPowerMixin" parent="UIParent" inherits="VeneerHandlerTemplate" enableMouse="true">
99 <Size x="300" y="36" /> 99 <Size x="300" y="36" />
100 <Scripts> 100 <Scripts>
101 <OnEnter method="OnEnter" /> 101 <OnEnter method="OnEnter" />
102 <OnLeave method="OnLeave" /> 102 <OnLeave method="OnLeave" />
103 <OnMouseDown method="OnMouseDown" /> 103 <OnMouseDown method="OnMouseDown" />