diff WorldPlan.xml @ 69:31de7e9e7849

stop hiding pins when the timeleft returns 0; use C_TQ.IsActive
author Nenue
date Wed, 05 Apr 2017 11:36:06 -0400
parents abcdef801db5
children bb2baedae81f
line wrap: on
line diff
--- a/WorldPlan.xml	Sun Apr 02 13:51:24 2017 -0400
+++ b/WorldPlan.xml	Wed Apr 05 11:36:06 2017 -0400
@@ -81,6 +81,7 @@
             <Anchor point="CENTER" />
           </Anchors>
         </Texture>
+
       </Layer>
       <Layer level="OVERLAY">
         <Texture parentKey="dot" hidden="true" setAllPoints="false">
@@ -173,5 +174,25 @@
     </Scripts>
   </Frame>
 
+  <ScrollingMessageFrame name="WorldPlanDebug" parent="UIParent" mixin="WorldPlanDebugMixin" hidden="true" frameStrata="TOOLTIP">
+    <Size x="700" y="500" />
+    <Anchors>
+      <Anchor point="CENTER" />
+    </Anchors>
+    <Scripts>
+      <OnLoad method="OnLoad" />
+      <OnShow method="OnShow" />
+      <OnUpdate method="OnUpdate" />
+      <OnMouseWheel method="OnMouseWheel" />
+    </Scripts>
+    <Layers>
+      <Layer level="BACKGROUND">
+        <Texture setAllPoints="true">
+          <Color a="1" r="0" g="0" b="0" />
+        </Texture>
+      </Layer>
+    </Layers>
+  </ScrollingMessageFrame>
+
 
 </Ui>
\ No newline at end of file