diff ObjectiveTracker.xml @ 6:589de8ea05b9

- validate tracked objects' existence by use of those handler.Info tables we made - apply collision checking to action buttons when their corresponding entry has scrolled out
author Nenue
date Fri, 01 Apr 2016 01:30:42 -0400
parents 3397aae1f44d
children f03c75f63566
line wrap: on
line diff
--- a/ObjectiveTracker.xml	Thu Mar 31 15:58:08 2016 -0400
+++ b/ObjectiveTracker.xml	Fri Apr 01 01:30:42 2016 -0400
@@ -44,28 +44,9 @@
     <Layers>
 
       <Layer level="ARTWORK">
-        <Texture parentKey="BackgroundLeft" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false">
-          <Size x="100" y="84" />
-          <TexCoords up="0" down="1" left="0" right="0.3" />
-          <Anchors>
-            <Anchor point="TOPLEFT" x="-30" y="12"/>
-          </Anchors>
-        </Texture>
-        <Texture parentKey="BackgroundRight" parentArray="header"  hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false">
-          <Size x="70" y="84" />
-          <TexCoords up="0" down="1" left="0.6" right="1" />
-          <Anchors>
-            <Anchor point="TOPRIGHT"  x="30" y="12" />
-          </Anchors>
-        </Texture>
-        <Texture parentKey="BackgroundTile" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false" tile="true">
-          <Size x="100" y="84" />
-          <TexCoords up="0" down="1" left=".3" right=".6" />
-          <Anchors>
-            <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.BackgroundLeft" />
-            <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.BackgroundRight" />
-          </Anchors>
-        </Texture>
+        <Texture parentKey="BackgroundLeft" parentArray="header" />
+        <Texture parentKey="BackgroundRight" parentArray="header" />
+        <Texture parentKey="BackgroundTile" parentArray="header" />
         <Texture parentKey="HeaderBounds" parentArray="config" alphaMode="ADD" hidden="true">
           <Color r="0" g="0" b="1" a="0.5" />
           <Anchors>
@@ -292,6 +273,11 @@
             <Anchor point="RIGHT" relativeKey="$parent" />
           </Anchors>
         </FontString>
+        <FontString name="$parentDebugText" parentKey="debugText" inherits="VeneerCriteriaFontNormal">
+          <Anchors>
+            <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
+          </Anchors>
+        </FontString>
       </Layer>
     </Layers>
   </Frame>
@@ -299,7 +285,7 @@
   <Include file="ObjectiveSecure.xml" />
   <Include file="ObjectiveWidgets.xml" />
 
-  <Script file="ObjectiveTracker.lua" />
+  <Script file="ObjectiveCore.lua" />
   <Script file="ObjectiveInfo.lua" />
   <Script file="ObjectiveUI.lua" />
   <Script file="ObjectiveFrame.lua" />