Mercurial > wow > pvpscan
comparison PVPScan.xml @ 2:f2456f1454af
rewrite
| author | tercio |
|---|---|
| date | Sun, 01 Jun 2014 03:48:11 -0300 |
| parents | 726745261b87 |
| children | bd92dffef495 |
comparison
equal
deleted
inserted
replaced
| 1:726745261b87 | 2:f2456f1454af |
|---|---|
| 15 <AbsValue val="64"/> | 15 <AbsValue val="64"/> |
| 16 </TileSize> | 16 </TileSize> |
| 17 </Backdrop> | 17 </Backdrop> |
| 18 | 18 |
| 19 <Scripts> | 19 <Scripts> |
| 20 <OnEnter> | |
| 21 PVPScanOnFrameEnter (self) | |
| 22 </OnEnter> | |
| 23 <OnLeave> | |
| 24 PVPScanOnFrameLeave (self) | |
| 25 </OnLeave> | |
| 20 <OnMouseDown> | 26 <OnMouseDown> |
| 21 PVPScanOnFrameMouseDown (self, button) | 27 PVPScanOnFrameMouseDown (self, button) |
| 22 </OnMouseDown> | 28 </OnMouseDown> |
| 23 | 29 |
| 24 <OnMouseUp> | 30 <OnMouseUp> |
| 80 <Anchor point="LEFT" relativeTo="$parentClassIcon" relativePoint="RIGHT" x="2" y="0"/> | 86 <Anchor point="LEFT" relativeTo="$parentClassIcon" relativePoint="RIGHT" x="2" y="0"/> |
| 81 </Anchors> | 87 </Anchors> |
| 82 </FontString> | 88 </FontString> |
| 83 </Layer> | 89 </Layer> |
| 84 </Layers> | 90 </Layers> |
| 91 | |
| 92 <Scripts> | |
| 93 <OnMouseUp> | |
| 94 PVPScanSpotBarClick (self); | |
| 95 </OnMouseUp> | |
| 96 </Scripts> | |
| 97 </Button> | |
| 98 | |
| 99 <Button name="PVPScanSpotBarInCombatTemplate" frameStrata="HIGH" hidden="true" parent="PVPScanFrame" movable="false" virtual="true"> | |
| 100 <Size> | |
| 101 <AbsDimension x="150" y="20"/> | |
| 102 </Size> | |
| 103 | |
| 104 <Layers> | |
| 105 <Layer level="BACKGROUND"> | |
| 106 <Texture name="$parentClassTexture" parentKey="classtexture" file="Interface\PaperDollInfoFrame\UI-Character-Skills-Bar"> | |
| 107 <Size> | |
| 108 <AbsDimension x="150" y="20"/> | |
| 109 </Size> | |
| 110 <Anchors> | |
| 111 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> | |
| 112 </Anchors> | |
| 113 </Texture> | |
| 114 </Layer> | |
| 115 | |
| 116 <Layer level="BORDER"> | |
| 117 <Texture name="$parentClassIcon" parentKey="classicon" file="Interface\InventoryItems\WoWUnknownItem01"> | |
| 118 <Size> | |
| 119 <AbsDimension x="20" y="20"/> | |
| 120 </Size> | |
| 121 <Anchors> | |
| 122 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/> | |
| 123 </Anchors> | |
| 124 </Texture> | |
| 125 | |
| 126 <FontString name="$parentName" text="Enemy Name" inherits="GameFontHighlightSmall" justifyH="LEFT" parentKey="name"> | |
| 127 <FontHeight val="10"/> | |
| 128 <Anchors> | |
| 129 <Anchor point="LEFT" relativeTo="$parentClassIcon" relativePoint="RIGHT" x="2" y="0"/> | |
| 130 </Anchors> | |
| 131 </FontString> | |
| 132 </Layer> | |
| 133 | |
| 134 <Layer level="ARTWORK"> | |
| 135 <Texture name="$parentInCombatShadow" parentKey="inCombatShadow" file="Interface\Tooltips\UI-Tooltip-Background"> | |
| 136 <Size> | |
| 137 <AbsDimension x="150" y="20"/> | |
| 138 </Size> | |
| 139 <Anchors> | |
| 140 <Anchor point="TOPLEFT" relativeTo="$parentClassTexture" relativePoint="TOPLEFT"/> | |
| 141 <Anchor point="BOTTOMRIGHT" relativeTo="$parentClassTexture" relativePoint="BOTTOMRIGHT"/> | |
| 142 </Anchors> | |
| 143 </Texture> | |
| 144 </Layer> | |
| 145 <Layer level="OVERLAY"> | |
| 146 <Texture name="$parentInCombatIcon" parentKey="inCombat" file="Interface\CHARACTERFRAME\Disconnect-Icon"> | |
| 147 <Size> | |
| 148 <AbsDimension x="20" y="20"/> | |
| 149 </Size> | |
| 150 <TexCoords left="0.18" right="0.82" top="0.18" bottom="0.82"/> | |
| 151 <Anchors> | |
| 152 <Anchor point="RIGHT" relativeTo="$parent" relativePoint="RIGHT"/> | |
| 153 </Anchors> | |
| 154 </Texture> | |
| 155 </Layer> | |
| 156 </Layers> | |
| 157 | |
| 158 <Scripts> | |
| 159 <OnLoad> | |
| 160 self.inCombatShadow:SetVertexColor (0, 0, 0, .6); | |
| 161 </OnLoad> | |
| 162 </Scripts> | |
| 163 | |
| 85 </Button> | 164 </Button> |
| 86 </Ui> | 165 </Ui> |
