Quantcast
<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="TitanLocation.lua"/>
	<Frame parent="UIParent">
		<Frames>
			<Button name="TitanPanelLocationButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
				<Scripts>
					<OnLoad>
						TitanPanelLocationButton_OnLoad(self);
						TitanPanelButton_OnLoad(self);
					</OnLoad>
					<OnShow>
						TitanPanelLocationButton_OnShow();
						TitanPanelButton_OnShow(self);
					</OnShow>
					<OnHide>
					TitanPanelLocationButton_OnHide();
					</OnHide>
					<OnEvent>
						TitanPanelLocationButton_OnEvent(self, event, ...);
					</OnEvent>
					<OnClick>
						TitanPanelLocationButton_OnClick(self, button);
						TitanPanelButton_OnClick(self, button);
					</OnClick>
				</Scripts>
			</Button>
		</Frames>
	</Frame>
	<Frame name="TitanMapFrame" parent="WorldMapFrame">
		<Layers>
			<Layer level="ARTWORK">
				<FontString name="TitanMapPlayerLocation" inherits="GameFontNormal" justifyH="LEFT">
					<Anchors>
						<Anchor point="BOTTOMLEFT" relativeTo="WorldMapFrame" relativePoint="BOTTOMLEFT">
							<Offset>
								<AbsDimension x="10" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="TitanMapCursorLocation" inherits="GameFontNormal" justifyH="LEFT">
					<Anchors>
						<Anchor point="LEFT" relativeTo="TitanMapPlayerLocation" relativePoint="RIGHT">
							<Offset>
								<AbsDimension x="20" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
		<Scripts>
			<OnUpdate>
				TitanMapFrame_OnUpdate(self, elapsed);
			</OnUpdate>
		</Scripts>
	</Frame>
</Ui>