diff WorldQuests.xml @ 93:98b5e08b75ed v1.4.9

- Fixed quest completion checking and handling - Changed animation method to hopefully stop weird flickering. - Pins are now visible before full reward data is loaded - Filter bar redesigned: - aligned horizontally along the top of the map display - filter buttons display a '+' when there are matches in both current and other zones, and '*' when there only matches in other zones - button tooltips separate local and global quests - button categories are highlighted and labeled when the cursor is over them - Fixed invalid POI targets appearing when the spell targeting cursor is active
author Nenue
date Sat, 15 Apr 2017 11:04:54 -0400
parents 78d78dc77822
children
line wrap: on
line diff
--- a/WorldQuests.xml	Tue Apr 11 00:44:22 2017 -0400
+++ b/WorldQuests.xml	Sat Apr 15 11:04:54 2017 -0400
@@ -16,48 +16,13 @@
       <Layer level="OVERLAY">
         <FontString parentKey="debugMessage" inherits="GameFontNormal">
           <Anchors>
-            <Anchor point="BOTTOMLEFT" />
+            <Anchor point="TOP" x="0" y="-8" />
 
           </Anchors>
         </FontString>
       </Layer>
     </Layers>
 
-    <Frames>
-      <CheckButton name="$parentToggle" parentKey="Toggle" >
-        <Size x="20" y="20" />
-        <Anchors>
-          <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" />
-        </Anchors>
-        <Layers>
-          <Layer level="BACKGROUND">
-            <Texture setAllPoints="false">
-              <Anchors>
-                <Anchor point="TOPRIGHT" x="-1" y="-1" />
-                <Anchor point="BOTTOMLEFT" x="1" y="1" />
-              </Anchors>
-              <Color a="1" r="0" g="0" b="0" />
-            </Texture>
-          </Layer>
-        </Layers>
-
-        <ButtonText inherits="GameFontNormal" text="World Quests">
-          <Anchors>
-            <Anchor point="LEFT" relativePoint="RIGHT" x="3" />
-          </Anchors>
-        </ButtonText>
-        <NormalTexture setAllPoints="true">
-          <Color a=".25" r="0" g="0" b="0" />
-        </NormalTexture>
-        <CheckedTexture setAllPoints="false">
-          <Anchors>
-            <Anchor point="TOPRIGHT" x="-1" y="-1" />
-            <Anchor point="BOTTOMLEFT" x="1" y="1" />
-          </Anchors>
-          <Color a=".75" r="1" g="1" b="1" />
-        </CheckedTexture>
-      </CheckButton>
-    </Frames>
   </Frame>
 
   </Ui>
\ No newline at end of file