comparison Modules/ArtifactPower.xml @ 111:1196c2bad31c

- obtain World Quest AP via WorldPlan - artifact button text adjustments - removed from UISpecialFrames to fix hiding on map open
author Nick@Zahhak
date Tue, 21 Mar 2017 16:33:51 -0400
parents a41f6b74709a
children ddfe19d70a34
comparison
equal deleted inserted replaced
110:73316951ce73 111:1196c2bad31c
108 <Texture parentKey="Background"> 108 <Texture parentKey="Background">
109 <Color a="0.5" r="0" g="0" b="0" /> 109 <Color a="0.5" r="0" g="0" b="0" />
110 </Texture> 110 </Texture>
111 </Layer> 111 </Layer>
112 <Layer level="OVERLAY"> 112 <Layer level="OVERLAY">
113 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text=""> 113 <FontString name="$parentSummaryHeader" parentKey="SummaryHeader" inherits="VeneerNumberFont" text="" justifyH="LEFT">
114 <Anchors> 114 <Anchors>
115 <Anchor point="BOTTOMLEFT" x="4" y="4" /> 115 <Anchor point="BOTTOMLEFT" x="4" y="4" />
116 </Anchors> 116 </Anchors>
117 <Color r="0" g="1" b="1" /> 117 <Color r="0" g="1" b="1" />
118 </FontString> 118 </FontString>
122 <Button name="$parentArtifactButton1" inherits="VeneerArtifactButton" /> 122 <Button name="$parentArtifactButton1" inherits="VeneerArtifactButton" />
123 <Button name="$parentArtifactButton2" inherits="VeneerArtifactButton" /> 123 <Button name="$parentArtifactButton2" inherits="VeneerArtifactButton" />
124 <Button name="$parentArtifactButton3" inherits="VeneerArtifactButton" /> 124 <Button name="$parentArtifactButton3" inherits="VeneerArtifactButton" />
125 <Button name="$parentArtifactButton4" inherits="VeneerArtifactButton" /> 125 <Button name="$parentArtifactButton4" inherits="VeneerArtifactButton" />
126 <Button name="$parentArtifactButton5" inherits="VeneerArtifactButton" /> 126 <Button name="$parentArtifactButton5" inherits="VeneerArtifactButton" />
127
128 <Button name="$parentRefresh" text="Refresh" parentKey="Refresh">
129 <Size x="72" y="32" />
130 <Anchors>
131 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="0" />
132 </Anchors>
133 <Scripts>
134 <OnClick>
135 self:GetParent():ResetCache()
136 </OnClick>
137 </Scripts>
138
139 <NormalTexture>
140 <Color a="1" r="0" g="0" b="0" />
141 </NormalTexture>
142 <NormalFont style="GameFontNormal" />
143 </Button>
127 </Frames> 144 </Frames>
128 </Frame> 145 </Frame>
129 </Ui> 146 </Ui>