diff Modules/ArtifactPower.xml @ 98:dadddb8a551f

- bag scan intervals - progress visualization - artifact xp updates
author Nenue
date Tue, 17 Jan 2017 09:49:15 -0500
parents 5476337198ec
children 74d6d97a2d24
line wrap: on
line diff
--- a/Modules/ArtifactPower.xml	Mon Jan 16 20:24:12 2017 -0500
+++ b/Modules/ArtifactPower.xml	Tue Jan 17 09:49:15 2017 -0500
@@ -8,6 +8,7 @@
       <OnEnter method="OnEnter" />
       <OnLeave method="OnLeave" />
       <OnClick method="OnClick" />
+      <OnUpdate method="OnUpdate" />
     </Scripts>
     <Size x="64" y="64" />
     <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" />
@@ -37,6 +38,21 @@
           </Anchors>
           <Color r="1" g="1" b="0" />
         </FontString>
+
+        <Texture parentKey="CurrentProgress" alphaMode="BLEND">
+          <Anchors>
+            <Anchor point="BOTTOMLEFT" />
+            <Anchor point="BOTTOMRIGHT" />
+          </Anchors>
+            <Color a="0.5" r="0" g="1" b="0" />
+        </Texture>
+        <Texture parentKey="AdjustedProgress" alphaMode="BLEND">
+          <Anchors>
+            <Anchor point="LEFT" />
+            <Anchor point="RIGHT" />
+          </Anchors>
+          <Color a="0.5" r="0" g="0.5" b="1" />
+        </Texture>
       </Layer>
     </Layers>
   </Button>
@@ -57,7 +73,7 @@
       <Layer level="OVERLAY">
         <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text="">
           <Anchors>
-            <Anchor point="TOPLEFT" x="4" y="-4"  />
+            <Anchor point="BOTTOMLEFT" x="4" y="4"  />
           </Anchors>
           <Color r="0" g="1" b="1" />
         </FontString>
@@ -68,6 +84,7 @@
       <Button inherits="VeneerArtifactButton" />
       <Button inherits="VeneerArtifactButton" />
       <Button inherits="VeneerArtifactButton" />
+      <Button inherits="VeneerArtifactButton" />
     </Frames>
   </Frame>
 </Ui>