<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">

	<Script file="Cursors/Arrow.lua"/>

	<Frame name="CPCursorArrowTemplate" mixin="CPCursorArrowMixin" virtual="true">
		<Size x="32" y="32"/>
		<Layers>
			<Layer level="BACKGROUND">
				<Texture parentKey="ArrowNormal">
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
				</Texture>
			</Layer>
			<Layer level="OVERLAY">
				<Texture parentKey="ArrowHilite" alphaMode="ADD">
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
		<Animations>
			<AnimationGroup parentKey="Group">
				<Scale parentKey="ScaleUp" smoothing="IN" duration=".1" order="1" fromScaleX="1" fromScaleY="1" toScaleX="2" toScaleY="2">
					<Origin point="CENTER"/>
				</Scale>
				<Scale parentKey="ScaleDown" smoothing="OUT" duration=".1" order="2" fromScaleX="2" fromScaleY="2" toScaleX="1" toScaleY="1">
					<Origin point="CENTER"/>
				</Scale>
			</AnimationGroup>
		</Animations>
		<Scripts>
			<OnLoad method="OnLoad"/>
			<OnHide method="OnHide"/>
			<OnShow method="OnShow"/>
			<OnUpdate method="OnUpdate"/>
		</Scripts>
	</Frame>
	
</Ui>