comparison Modules/ArtifactPower.xml @ 123:b3c0258b419d v7.3.0-1

ArtifactPower: - XP progress bar fixes Currency: - More argus stuff - Block dimensions are calculated more consistently TalkingHead - Aesthetic changes - Default right-click behaviour restored (hides the text box)
author Nenue
date Tue, 05 Sep 2017 02:56:33 -0400
parents ea2c616a3b4f
children 3f4794dca91b
comparison
equal deleted inserted replaced
122:ea2c616a3b4f 123:b3c0258b419d
35 <Size x="64" y="64" /> 35 <Size x="64" y="64" />
36 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" /> 36 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress" setAllPoints="true" />
37 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" setAllPoints="true" alphaMode="ADD" /> 37 <HighlightTexture file="Interface\Buttons\ButtonHilight-Square" setAllPoints="true" alphaMode="ADD" />
38 <Layers> 38 <Layers>
39 <Layer level="BACKGROUND"> 39 <Layer level="BACKGROUND">
40 <Texture name="$parentIcon" parentKey="Icon" setAllPoints="true" /> 40 <Texture name="$parentIcon" parentKey="Icon" setAllPoints="true">
41 <TexCoords left="0.15" right=".85" top=".15" bottom=".85" />
42 </Texture>
43 </Layer>
44 <Layer level="ARTWORK">
45 <Texture parentKey="XPBackground">
46 <Anchors>
47 <Anchor point="TOPRIGHT" x="6" y="-2" relativePoint="TOPLEFT" />
48 <Anchor point="BOTTOMLEFT" x="2" y="2" />
49 </Anchors>
50 <Color a="1" r="0" g="0" b="0" />
51 </Texture>
41 </Layer> 52 </Layer>
42 53
43 <Layer level="OVERLAY"> 54 <Layer level="OVERLAY">
44 55
45 <FontString name="$parentName" parentKey="Name" inherits="VeneerNumberFont" text="" wordwrap="false"> 56 <FontString name="$parentName" parentKey="Name" inherits="VeneerNumberFont" text="" wordwrap="false">
66 <Anchor point="BOTTOM" x="0" y="2" relativePoint="TOP" relativeKey="$parent.RemainingCost" /> 77 <Anchor point="BOTTOM" x="0" y="2" relativePoint="TOP" relativeKey="$parent.RemainingCost" />
67 </Anchors> 78 </Anchors>
68 <Color r="0" g="1" b="0" /> 79 <Color r="0" g="1" b="0" />
69 </FontString> 80 </FontString>
70 81
71 <Texture parentKey="CurrentProgress" alphaMode="BLEND"> 82 <Texture parentKey="CurrentProgress" alphaMode="ADD">
72 <Anchors> 83 <Anchors>
73 <Anchor point="BOTTOM" x="0" y="0" /> 84 <Anchor point="BOTTOM" x="0" y="0" />
74 <Anchor point="LEFT" x="4" y="0" /> 85 <Anchor point="LEFT" x="2" y="0" />
75 <Anchor point="RIGHT" relativePoint="LEFT" x="8" /> 86 <Anchor point="RIGHT" relativePoint="LEFT" x="6" />
76 </Anchors> 87 </Anchors>
77 <Color a="1" r="1" g=".25" b="0" /> 88 <Color a="1" r="1" g=".25" b="0" />
78 </Texture> 89 </Texture>
79 <Texture parentKey="AdjustedProgress" alphaMode="BLEND"> 90 <Texture parentKey="AdjustedProgress" alphaMode="ADD">
80 <Anchors> 91 <Anchors>
81 <Anchor point="LEFT" x="4" /> 92 <Anchor point="BOTTOM" x="0" y="0" />
82 <Anchor point="RIGHT" relativePoint="LEFT" x="8" /> 93 <Anchor point="LEFT" x="2" y="0" />
94 <Anchor point="RIGHT" relativePoint="LEFT" x="6" />
83 </Anchors> 95 </Anchors>
84 <Color a="1" r="1" g="1" b="1" /> 96 <Color a="1" r="1" g="1" b="1" />
85 </Texture>
86 <Texture parentKey="AdjustedLine">
87 <Size y="1" />
88 <Anchors>
89 <Anchor point="TOP" relativeKey="$parent.AdjustedProgress" />
90 <Anchor point="RIGHT" relativeKey="$parent.AdjustedProgress" />
91 <Anchor point="LEFT" relativeKey="$parent.AdjustedProgress" />
92 </Anchors>
93 <Color a="0.25" r="1" g="1" b="1" />
94 </Texture>
95 <Texture parentKey="ProgressLine">
96 <Size y="1" />
97 <Anchors>
98 <Anchor point="TOP" relativeKey="$parent.CurrentProgress" />
99 <Anchor point="RIGHT" relativeKey="$parent.CurrentProgress" />
100 <Anchor point="LEFT" relativeKey="$parent.CurrentProgress" />
101 </Anchors>
102 <Color a="0.25" r="0" g="1" b="0" />
103 </Texture> 97 </Texture>
104 </Layer> 98 </Layer>
105 </Layers> 99 </Layers>
106 </Button> 100 </Button>
107 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" /> 101 <Frame name="VeneerArtifactPowerTimer" parent="UIParent" />