Mercurial > wow > whistle-master
comparison WhistleMaster.xml @ 0:06d230725448
Initial build of WhistleMaster
| author | Geoff Brock <mischivin@gmail.com> |
|---|---|
| date | Mon, 24 Oct 2016 15:41:49 -0400 |
| parents | |
| children | 881a2c218fa5 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:06d230725448 |
|---|---|
| 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ | |
| 2 ..\FrameXML\UI.xsd"> | |
| 3 <Frame name="WhistlePing" parent="WhistleLOC" hidden="false"> | |
| 4 <Size x="64" y="64"/> | |
| 5 <Anchors> | |
| 6 <Anchor point="CENTER" relativeTo="WhistleLOC"/> | |
| 7 </Anchors> | |
| 8 <Layers> | |
| 9 <Layer level="OVERLAY"> | |
| 10 <Texture parentKey="centerRing" file="Interface\minimap\UI-Minimap-Ping-Center"> | |
| 11 <Size x="32" y="32"/> | |
| 12 <Color r="0" g="0.3" b="1" a="0.9"/> | |
| 13 <Anchors> | |
| 14 <Anchor point="CENTER"/> | |
| 15 </Anchors> | |
| 16 </Texture> | |
| 17 <Texture parentKey="rotatingRing" file="Interface\minimap\UI-Minimap-Ping-Rotate"> | |
| 18 <Size x="48" y="48"/> | |
| 19 <Color r="0" g="0.3" b="1" a="0.9"/> | |
| 20 <Anchors> | |
| 21 <Anchor point="CENTER"/> | |
| 22 </Anchors> | |
| 23 </Texture> | |
| 24 <Texture parentKey="expandingRing" file="Interface\minimap\UI-Minimap-Ping-Expand"> | |
| 25 <Size x="32" y="32"/> | |
| 26 <Color r="0" g="0.3" b="1" a="0.9"/> | |
| 27 <Anchors> | |
| 28 <Anchor point="CENTER"/> | |
| 29 </Anchors> | |
| 30 </Texture> | |
| 31 </Layer> | |
| 32 </Layers> | |
| 33 <Animations> | |
| 34 <AnimationGroup parentKey="Ping" looping="REPEAT"> | |
| 35 <Rotation childKey="rotatingRing" degrees="-180" duration="1" order="1"/> | |
| 36 <Scale childKey="expandingRing" scaleX="1.5" scaleY="1.5" duration="1" order="1"/> | |
| 37 </AnimationGroup> | |
| 38 </Animations> | |
| 39 </Frame> | |
| 40 </Ui> |
