diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WhistleMaster.xml	Mon Oct 24 15:41:49 2016 -0400
@@ -0,0 +1,40 @@
+<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/
+..\FrameXML\UI.xsd">
+<Frame name="WhistlePing" parent="WhistleLOC" hidden="false">
+	<Size x="64" y="64"/>
+	<Anchors>
+		<Anchor point="CENTER" relativeTo="WhistleLOC"/>
+	</Anchors>
+	<Layers>
+		<Layer level="OVERLAY">
+			<Texture parentKey="centerRing" file="Interface\minimap\UI-Minimap-Ping-Center">
+				<Size x="32" y="32"/>
+				<Color r="0" g="0.3" b="1" a="0.9"/>
+				<Anchors>
+					<Anchor point="CENTER"/>
+				</Anchors>
+			</Texture>
+			<Texture parentKey="rotatingRing" file="Interface\minimap\UI-Minimap-Ping-Rotate">
+				<Size x="48" y="48"/>
+				<Color r="0" g="0.3" b="1" a="0.9"/>
+				<Anchors>
+					<Anchor point="CENTER"/>
+				</Anchors>
+			</Texture>
+			<Texture parentKey="expandingRing" file="Interface\minimap\UI-Minimap-Ping-Expand">
+				<Size x="32" y="32"/>
+				<Color r="0" g="0.3" b="1" a="0.9"/>
+				<Anchors>
+					<Anchor point="CENTER"/>
+				</Anchors>
+			</Texture>
+		</Layer>
+	</Layers>
+	<Animations>
+		<AnimationGroup parentKey="Ping" looping="REPEAT">
+			<Rotation childKey="rotatingRing" degrees="-180" duration="1" order="1"/>
+			<Scale childKey="expandingRing" scaleX="1.5" scaleY="1.5" duration="1" order="1"/>
+		</AnimationGroup>
+	</Animations>
+</Frame>
+</Ui>
\ No newline at end of file