Mercurial > wow > pvpscan
view PVPScan.xml @ 1:726745261b87
updates
| author | tercio |
|---|---|
| date | Mon, 19 May 2014 05:50:51 -0300 |
| parents | ce416064d8a1 |
| children | f2456f1454af |
line wrap: on
line source
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <Script file="PVPScan.lua"/> <Frame name="PVPScanFrame" frameStrata="HIGH" hidden="false" parent="UIParent" movable="true"> <Size> <AbsDimension x="150" y="60"/> </Size> <Anchors> <Anchor point="CENTER" relativeTo="$parent" relativePoint="CENTER" x="0" y="0"/> </Anchors> <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" tile="true"> <TileSize> <AbsValue val="64"/> </TileSize> </Backdrop> <Scripts> <OnMouseDown> PVPScanOnFrameMouseDown (self, button) </OnMouseDown> <OnMouseUp> PVPScanOnFrameMouseUp (self, button) </OnMouseUp> <OnLoad> self:SetBackdropColor (0, 0, 0, 1) </OnLoad> </Scripts> <Layers> <Layer level="OVERLAY"> <FontString name="$parentText" text="PVPScan Anchor" inherits="GameFontHighlightSmall" justifyH="CENTER" parentKey="text"> <FontHeight val="20"/> <Anchors> <Anchor point="CENTER" relativeTo="$parent" relativePoint="CENTER"/> </Anchors> </FontString> </Layer> </Layers> </Frame> <Button name="PVPScanSpotBarTemplate" frameStrata="HIGH" hidden="true" parent="PVPScanFrame" movable="false" virtual="true" inherits="SecureActionButtonTemplate"> <Attributes> <Attribute name="type" type="string" value="macro"/> </Attributes> <Size> <AbsDimension x="150" y="20"/> </Size> <Layers> <Layer level="ARTWORK"> <Texture name="$parentClassTexture" parentKey="classtexture" file="Interface\PaperDollInfoFrame\UI-Character-Skills-Bar"> <Size> <AbsDimension x="150" y="20"/> </Size> <Anchors> <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> <Texture name="$parentClassIcon" parentKey="classicon" file="Interface\InventoryItems\WoWUnknownItem01"> <Size> <AbsDimension x="20" y="20"/> </Size> <Anchors> <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> </Anchors> </Texture> <FontString name="$parentName" text="Enemy Name" inherits="GameFontHighlightSmall" justifyH="LEFT" parentKey="name"> <FontHeight val="10"/> <Anchors> <Anchor point="LEFT" relativeTo="$parentClassIcon" relativePoint="RIGHT" x="2" y="0"/> </Anchors> </FontString> </Layer> </Layers> </Button> </Ui>
