comparison Modules/ArtifactPower.xml @ 116:ddfe19d70a34

ArtifactPower: - Further 7.2 accommodations, relating to tokens that grant millions of AP. Currency: - Ancient Mana zones list expanded - Legionfall War Supplies, Nethershards, and Blood of Sargeras are tracked globally PaperDoll: - Should update more effectively when delayed artifact data loads in. WorldState: - Fixed hanging panels after OrderHallCommandBar is hidden.
author Nenue
date Wed, 26 Apr 2017 20:06:38 -0400
parents 1196c2bad31c
children 0f47780a83c4
comparison
equal deleted inserted replaced
115:8c94bee4fdfc 116:ddfe19d70a34
50 <FontString name="$parentLevel" parentKey="Level" inherits="VeneerHeaderFont"> 50 <FontString name="$parentLevel" parentKey="Level" inherits="VeneerHeaderFont">
51 <Anchors> 51 <Anchors>
52 <Anchor point="TOP" x="0" y="-2" /> 52 <Anchor point="TOP" x="0" y="-2" />
53 </Anchors> 53 </Anchors>
54 </FontString> 54 </FontString>
55
56 <FontString name="$parentRemainingCost" parentKey="RemainingCost" inherits="VeneerNumberFont" text="Bank:">
57 <Anchors>
58 <Anchor point="BOTTOM" x="0" y="2" />
59 </Anchors>
60 <Color r="1" g="1" b="1" />
61 </FontString>
55 <FontString name="$parentCurrentXP" parentKey="CurrentXP" inherits="VeneerNumberFont" text="Bank:"> 62 <FontString name="$parentCurrentXP" parentKey="CurrentXP" inherits="VeneerNumberFont" text="Bank:">
56 <Anchors> 63 <Anchors>
57 <Anchor point="BOTTOM" x="0" y="4" /> 64 <Anchor point="BOTTOM" x="0" y="2" relativePoint="TOP" relativeKey="$parent.RemainingCost" />
58 </Anchors> 65 </Anchors>
59 <Color r="1" g="1" b="0" /> 66 <Color r="0" g="1" b="0" />
60 </FontString> 67 </FontString>
61 68
62 <Texture parentKey="CurrentProgress" alphaMode="ADD"> 69 <Texture parentKey="CurrentProgress" alphaMode="BLEND">
63 <Anchors> 70 <Anchors>
64 <Anchor point="BOTTOMLEFT" /> 71 <Anchor point="BOTTOMLEFT" x="4" />
65 <Anchor point="BOTTOMRIGHT" /> 72 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" x="8" />
66 </Anchors> 73 </Anchors>
67 <Color a="0.25" r="0" g="1" b="0" /> 74 <Color a="1" r="1" g=".25" b="0" />
68 </Texture> 75 </Texture>
69 <Texture parentKey="AdjustedProgress" alphaMode="ADD"> 76 <Texture parentKey="AdjustedProgress" alphaMode="BLEND">
70 <Anchors> 77 <Anchors>
71 <Anchor point="LEFT" /> 78 <Anchor point="LEFT" x="4" />
72 <Anchor point="RIGHT" /> 79 <Anchor point="RIGHT" relativePoint="LEFT" x="8" />
73 </Anchors> 80 </Anchors>
74 <Color a="0.25" r="0" g="0.5" b="1" /> 81 <Color a="1" r="1" g="1" b="1" />
75 </Texture> 82 </Texture>
76 <Texture parentKey="AdjustedLine"> 83 <Texture parentKey="AdjustedLine">
77 <Size y="1" /> 84 <Size y="1" />
78 <Anchors> 85 <Anchors>
79 <Anchor point="TOP" relativeKey="$parent.AdjustedProgress" /> 86 <Anchor point="TOP" relativeKey="$parent.AdjustedProgress" />