Mercurial > wow > worldplan
comparison ClassPlan.xml @ 40:589c444d4837
WowAce/Curseforge migration push
| author | Nenue |
|---|---|
| date | Sun, 25 Dec 2016 13:04:57 -0500 |
| parents | 26dfa661daa7 |
| children | b29b35cb8539 |
comparison
equal
deleted
inserted
replaced
| 39:89ddef0594bc | 40:589c444d4837 |
|---|---|
| 16 <OnLoad method="OnLoad" /> | 16 <OnLoad method="OnLoad" /> |
| 17 <OnEvent method="OnEvent" /> | 17 <OnEvent method="OnEvent" /> |
| 18 <OnShow method="OnShow" /> | 18 <OnShow method="OnShow" /> |
| 19 <OnHide method="OnHide" /> | 19 <OnHide method="OnHide" /> |
| 20 <OnUpdate method="OnUpdate" /> | 20 <OnUpdate method="OnUpdate" /> |
| 21 <OnDragStart method="OnDragStart" /> | |
| 22 <OnDragStop method="OnDragStop" /> | |
| 21 </Scripts> | 23 </Scripts> |
| 24 <Animations> | |
| 25 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true"> | |
| 26 <Alpha parentKey="AlphaFade" fromAlpha="0" toAlpha="1" duration=".3" order="1" /> | |
| 27 </AnimationGroup> | |
| 28 <AnimationGroup parentKey="FadeOut"> | |
| 29 | |
| 30 <Alpha parentKey="AlphaFade" fromAlpha="1" toAlpha="0" duration=".3" order="1" /> | |
| 31 </AnimationGroup> | |
| 32 </Animations> | |
| 22 <Layers> | 33 <Layers> |
| 23 <Layer level="BACKGROUND"> | 34 <Layer level="BACKGROUND"> |
| 24 <Texture parentKey="Background" setAllPoints="true"> | 35 <Texture parentKey="HeaderInset"> |
| 25 <Color a="0.5" r="0" b="0" g="0" /> | 36 <Size y="24" /> |
| 37 <Anchors> | |
| 38 <Anchor point="TOPLEFT" x="0" y="0" /> | |
| 39 <Anchor point="RIGHT" x="0" y="0" /> | |
| 40 </Anchors> | |
| 41 <Color r="0" g="0" b="0" a="0.5" /> | |
| 26 </Texture> | 42 </Texture> |
| 27 </Layer> | 43 </Layer> |
| 28 <Layer level="ARTWORK"> | 44 <Layer level="ARTWORK"> |
| 29 <Texture parentKey="portrait"> | 45 <Texture parentKey="ClassStripe"> |
| 30 <Size x="40" y="40" /> | 46 <Size y="4" /> |
| 31 <Anchors> | 47 <Anchors> |
| 32 <Anchor point="TOPLEFT" /> | 48 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.HeaderInset" x="0" y="-24" /> |
| 33 | 49 <Anchor point="RIGHT" /> |
| 34 </Anchors> | 50 </Anchors> |
| 51 <Color a="1" r="0" b="0" g="0" /> | |
| 52 </Texture> | |
| 53 <Texture parentKey="BackgroundInset"> | |
| 54 <Anchors> | |
| 55 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.ClassStripe" x="0" y="0" /> | |
| 56 | |
| 57 <Anchor point="BOTTOMRIGHT" /> | |
| 58 </Anchors> | |
| 59 <Color a="0.65" r="0" g="0" b="0" /> | |
| 35 </Texture> | 60 </Texture> |
| 36 </Layer> | 61 </Layer> |
| 37 </Layers> | 62 </Layers> |
| 38 </Frame> | 63 </Frame> |
| 39 | 64 |
| 47 <OnEvent method="OnEvent" /> | 72 <OnEvent method="OnEvent" /> |
| 48 <OnShow method="OnShow" /> | 73 <OnShow method="OnShow" /> |
| 49 <OnMouseWheel method="OnMouseWheel" /> | 74 <OnMouseWheel method="OnMouseWheel" /> |
| 50 </Scripts> | 75 </Scripts> |
| 51 <Frames> | 76 <Frames> |
| 77 <Button name="$parentTab" parentKey="ListTab" mixin="ClassPlanHeaderMixin"> | |
| 78 <Anchors> | |
| 79 <Anchor point="TOPLEFT" /> | |
| 80 <Anchor point="RIGHT" /> | |
| 81 </Anchors> | |
| 82 <Scripts> | |
| 83 <OnLoad method="OnLoad" /> | |
| 84 <OnClick method="OnClick" /> | |
| 85 </Scripts> | |
| 86 <Size y="24" /> | |
| 87 <Layers> | |
| 88 <Layer level="BACKGROUND"> | |
| 89 <Texture parentKey="Background"> | |
| 90 <Color a="1" r="0" g="0" b="0" /> | |
| 91 </Texture> | |
| 92 </Layer> | |
| 93 <Layer level="OVERLAY"> | |
| 94 <FontString parentKey="Label" inherits="ClassPlanFont"> | |
| 95 <Anchors> | |
| 96 <Anchor point="CENTER" /> | |
| 97 </Anchors> | |
| 98 </FontString> | |
| 99 <FontString parentKey="Count" inherits="ClassPlanFont"> | |
| 100 <Anchors> | |
| 101 <Anchor point="LEFT" x="3" y="0" /> | |
| 102 </Anchors> | |
| 103 </FontString> | |
| 104 </Layer> | |
| 105 <Layer level="HIGHLIGHT"> | |
| 106 <Texture parentKey="Highlight"> | |
| 107 <Color a="0.5" r="1" g="1" b="1" /> | |
| 108 </Texture> | |
| 109 </Layer> | |
| 110 </Layers> | |
| 111 </Button> | |
| 52 <Frame parentKey="MoreItemsUp" frameStrata="HIGH" hidden="true"> | 112 <Frame parentKey="MoreItemsUp" frameStrata="HIGH" hidden="true"> |
| 53 <Size y="24" /> | 113 <Size y="24" /> |
| 54 <Anchors> | 114 <Anchors> |
| 55 <Anchor point="TOPLEFT" /> | 115 <Anchor point="TOPLEFT" /> |
| 56 <Anchor point="TOPRIGHT" /> | 116 <Anchor point="TOPRIGHT" /> |
| 85 </Texture> | 145 </Texture> |
| 86 </Layer> | 146 </Layer> |
| 87 </Layers> | 147 </Layers> |
| 88 </Frame> | 148 </Frame> |
| 89 </Frames> | 149 </Frames> |
| 150 <Layers> | |
| 151 <Layer level="OVERLAY"> | |
| 152 <FontString parentKey="Count" inherits="ClassPlanFont"> | |
| 153 <Anchors> | |
| 154 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="3" /> | |
| 155 </Anchors> | |
| 156 </FontString> | |
| 157 </Layer> | |
| 158 </Layers> | |
| 90 </Frame> | 159 </Frame> |
| 91 | 160 |
| 92 | |
| 93 <Frame name="$parentShipments" parentKey="Shipments" mixin="ClassPlanShipmentHandler" inherits="ClassPlanPanelTemplate" /> | |
| 94 <Button name="ClassPlanListEntryTemplate" virtual="true" hidden="true"> | 161 <Button name="ClassPlanListEntryTemplate" virtual="true" hidden="true"> |
| 162 <Animations> | |
| 163 <AnimationGroup parentKey="NewBlockFade"> | |
| 164 <Scripts> | |
| 165 <OnStop> | |
| 166 self:GetParent():OnAnimFinished() | |
| 167 </OnStop> | |
| 168 <OnFinished> | |
| 169 self:GetParent():OnAnimFinished() | |
| 170 </OnFinished> | |
| 171 </Scripts> | |
| 172 <Alpha parentKey="AlphaFade" duration="0.5" fromAlpha="0" toAlpha="1" order="1" /> | |
| 173 </AnimationGroup> | |
| 174 </Animations> | |
| 95 <Scripts> | 175 <Scripts> |
| 96 <OnLoad method="OnLoad" /> | 176 <OnLoad method="OnLoad" /> |
| 97 <OnClick method="OnClick" /> | 177 <OnClick method="OnClick" /> |
| 98 <OnUpdate method="OnUpdate" /> | 178 <OnUpdate method="OnUpdate" /> |
| 99 <OnShow method="OnShow" /> | 179 <OnShow method="OnShow" /> |
| 136 </Anchors> | 216 </Anchors> |
| 137 <Color a="0.5" r="1" g="1" b="1" /> | 217 <Color a="0.5" r="1" g="1" b="1" /> |
| 138 </Texture> | 218 </Texture> |
| 139 </Layer> | 219 </Layer> |
| 140 <Layer level="ARTWORK"> | 220 <Layer level="ARTWORK"> |
| 141 <Texture parentKey="Done" atlas="GarrLanding-ShipmentCompleteGlow"> | 221 <Texture parentKey="Done" atlas="GarrLanding-ShipmentCompleteGlow" hidden="true"> |
| 142 <Size x="24" y="24" /> | 222 <Size x="24" y="24" /> |
| 143 <Anchors> | 223 <Anchors> |
| 144 <Anchor point="BOTTOMLEFT"/> | 224 <Anchor point="BOTTOMLEFT"/> |
| 145 </Anchors> | 225 </Anchors> |
| 226 </Texture> | |
| 227 </Layer> | |
| 228 <Layer level="HIGHLIGHT"> | |
| 229 | |
| 230 <Texture setAllPoints="true"> | |
| 231 <Color a="0.25" r="1" g="1" b="1" /> | |
| 146 </Texture> | 232 </Texture> |
| 147 </Layer> | 233 </Layer> |
| 148 </Layers> | 234 </Layers> |
| 149 <Frames> | 235 <Frames> |
| 150 <Cooldown parentKey="Swipe" inherits="CooldownFrameTemplate" reverse="true" hideCountdownNumbers="true"> | 236 <Cooldown parentKey="Swipe" inherits="CooldownFrameTemplate" reverse="true" hideCountdownNumbers="true"> |
| 165 </Cooldown> | 251 </Cooldown> |
| 166 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true"> | 252 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true"> |
| 167 <Layers> | 253 <Layers> |
| 168 <Layer level="OVERLAY"> | 254 <Layer level="OVERLAY"> |
| 169 | 255 |
| 170 <FontString parentKey="Name" inherits="ClassPlanFont" justifyV="TOP" justifyH="CENTER"> | 256 <FontString parentKey="TimeLeft" inherits="ClassPlanFont" justifyH="CENTER"> |
| 257 <Anchors> | |
| 258 <Anchor point="RIGHT" x="-2" y="0"/> | |
| 259 </Anchors> | |
| 260 </FontString> | |
| 261 <FontString parentKey="Name" inherits="ClassPlanFont" justifyV="TOP" wordwrap="false" justifyH="LEFT"> | |
| 171 <Anchors> | 262 <Anchors> |
| 172 <Anchor point="LEFT" x="26" y="0"/> | 263 <Anchor point="LEFT" x="26" y="0"/> |
| 264 <Anchor point="RIGHT" relativePoint="LEFT" relativeKey="$parent.TimeLeft" x="-4" y="0"/> | |
| 173 </Anchors> | 265 </Anchors> |
| 174 <Color r=".75" g=".75" b=".73"/> | 266 <Color r=".75" g=".75" b=".73"/> |
| 175 </FontString> | 267 </FontString> |
| 176 <FontString parentKey="TimeLeft" inherits="ClassPlanFont" justifyH="CENTER"> | |
| 177 <Anchors> | |
| 178 <Anchor point="RIGHT" x="-2" y="0"/> | |
| 179 </Anchors> | |
| 180 </FontString> | |
| 181 <FontString parentKey="Count" inherits="WorldPlanFont" justifyH="CENTER"> | 268 <FontString parentKey="Count" inherits="WorldPlanFont" justifyH="CENTER"> |
| 182 <Anchors> | 269 <Anchors> |
| 183 <Anchor point="CENTER" relativePoint="LEFT" x="12" y="0"/> | 270 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" x="2" y="1" relativeKey="$parent.$parent.Icon"/> |
| 184 </Anchors> | 271 </Anchors> |
| 185 </FontString> | 272 </FontString> |
| 186 </Layer> | 273 </Layer> |
| 187 <Layer level="HIGHLIGHT"> | 274 <Layer level="HIGHLIGHT"> |
| 188 | 275 |
| 214 <Layer level="OVERLAY"> | 301 <Layer level="OVERLAY"> |
| 215 <Texture parentKey="SelectGlow" file="Interface\Glues\CHARACTERCREATE\UI-CharacterCreate-Highlights" alphaMode="ADD"> | 302 <Texture parentKey="SelectGlow" file="Interface\Glues\CHARACTERCREATE\UI-CharacterCreate-Highlights" alphaMode="ADD"> |
| 216 <TexCoords left="0.5" right="1" top="0" bottom="0.5" /> | 303 <TexCoords left="0.5" right="1" top="0" bottom="0.5" /> |
| 217 </Texture> | 304 </Texture> |
| 218 </Layer> | 305 </Layer> |
| 306 <Layer level="HIGHLIGHT"> | |
| 307 <Texture parentKey="HighlightGlow" file="Interface\Glues\CHARACTERCREATE\UI-CharacterCreate-Highlights" alphaMode="ADD" alpha="0.5"> | |
| 308 <TexCoords left="0" right="0.5" top="0" bottom="0.5" /> | |
| 309 </Texture> | |
| 310 </Layer> | |
| 219 </Layers> | 311 </Layers> |
| 220 </Button> | 312 </Button> |
| 221 | 313 |
| 222 <Button name="ClassPlanShipmentEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanShipmentEntryMixin" virtual="true"> | 314 <Button name="ClassPlanShipmentEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanShipmentEntryMixin" virtual="true"> |
| 223 <Size y="24" /> | 315 <Size y="24" /> |
