Mercurial > wow > pvpscan
comparison PVPScan.xml @ 0:ce416064d8a1
first commit
| author | tercio |
|---|---|
| date | Sat, 17 May 2014 02:17:10 -0300 |
| parents | |
| children | 726745261b87 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ce416064d8a1 |
|---|---|
| 1 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> | |
| 2 <Script file="PVPScan.lua"/> | |
| 3 | |
| 4 <Frame name="PVPScanFrame" frameStrata="HIGH" hidden="false" parent="UIParent" movable="true"> | |
| 5 <Size> | |
| 6 <AbsDimension x="150" y="60"/> | |
| 7 </Size> | |
| 8 | |
| 9 <Anchors> | |
| 10 <Anchor point="CENTER" relativeTo="$parent" relativePoint="CENTER" x="0" y="0"/> | |
| 11 </Anchors> | |
| 12 | |
| 13 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" tile="true"> | |
| 14 <TileSize> | |
| 15 <AbsValue val="64"/> | |
| 16 </TileSize> | |
| 17 </Backdrop> | |
| 18 | |
| 19 <Scripts> | |
| 20 <OnMouseDown> | |
| 21 PVPScanOnFrameMouseDown (self) | |
| 22 </OnMouseDown> | |
| 23 | |
| 24 <OnMouseUp> | |
| 25 PVPScanOnFrameMouseUp (self) | |
| 26 </OnMouseUp> | |
| 27 | |
| 28 <OnLoad> | |
| 29 self:SetBackdropColor (0, 0, 0, 1) | |
| 30 </OnLoad> | |
| 31 </Scripts> | |
| 32 | |
| 33 <Layers> | |
| 34 <Layer level="OVERLAY"> | |
| 35 <FontString name="$parentText" text="PVPScan Anchor" inherits="GameFontHighlightSmall" justifyH="CENTER" parentKey="text"> | |
| 36 <FontHeight val="20"/> | |
| 37 <Anchors> | |
| 38 <Anchor point="CENTER" relativeTo="$parent" relativePoint="CENTER"/> | |
| 39 </Anchors> | |
| 40 </FontString> | |
| 41 </Layer> | |
| 42 </Layers> | |
| 43 </Frame> | |
| 44 | |
| 45 <Button name="PVPScanSpotBarTemplate" frameStrata="HIGH" hidden="true" parent="PVPScanFrame" movable="false" virtual="true" inherits="SecureActionButtonTemplate"> | |
| 46 | |
| 47 <Attributes> | |
| 48 <Attribute name="type" type="string" value="macro"/> | |
| 49 </Attributes> | |
| 50 | |
| 51 <Size> | |
| 52 <AbsDimension x="150" y="20"/> | |
| 53 </Size> | |
| 54 | |
| 55 <Layers> | |
| 56 <Layer level="ARTWORK"> | |
| 57 <Texture name="$parentClassTexture" parentKey="classtexture" file="Interface\PaperDollInfoFrame\UI-Character-Skills-Bar"> | |
| 58 <Size> | |
| 59 <AbsDimension x="150" y="20"/> | |
| 60 </Size> | |
| 61 <Anchors> | |
| 62 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> | |
| 63 </Anchors> | |
| 64 </Texture> | |
| 65 </Layer> | |
| 66 | |
| 67 <Layer level="OVERLAY"> | |
| 68 <Texture name="$parentClassIcon" parentKey="classicon" file="Interface\InventoryItems\WoWUnknownItem01"> | |
| 69 <Size> | |
| 70 <AbsDimension x="20" y="20"/> | |
| 71 </Size> | |
| 72 <Anchors> | |
| 73 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> | |
| 74 </Anchors> | |
| 75 </Texture> | |
| 76 | |
| 77 <FontString name="$parentName" text="Enemy Name" inherits="GameFontHighlightSmall" justifyH="LEFT" parentKey="name"> | |
| 78 <FontHeight val="10"/> | |
| 79 <Anchors> | |
| 80 <Anchor point="LEFT" relativeTo="$parentClassIcon" relativePoint="RIGHT" x="2" y="0"/> | |
| 81 </Anchors> | |
| 82 </FontString> | |
| 83 </Layer> | |
| 84 </Layers> | |
| 85 </Button> | |
| 86 </Ui> |
