Mercurial > wow > skeletonkey
comparison SkeletonUnit/UnitFrame.xml @ 2:f7a0898d293c
adding library files, toc files, and a missing XML to versioning
| author | Nenue |
|---|---|
| date | Tue, 21 Jun 2016 08:10:36 -0400 |
| parents | |
| children | a30285f8191e |
comparison
equal
deleted
inserted
replaced
| 1:cd7d06bcd98d | 2:f7a0898d293c |
|---|---|
| 1 <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/ | |
| 2 ..\FrameXML\UI.xsd"> | |
| 3 | |
| 4 <Texture name="KTStatusBar" virtual="true" /> | |
| 5 <Frame name="SkeletonUnits" parent="UIParent"></Frame> | |
| 6 | |
| 7 <Frame name="KTUnitFrame" parent="UIParent" virtual="true"> | |
| 8 <Size x="250" y="50" /> | |
| 9 <Layers> | |
| 10 <Layer level="BACKGROUND"> | |
| 11 <Texture name="$parentHealthBG" inherits="KTStatusBar" parentKey="bg"> | |
| 12 <Color r="0" g="0" b="0" a="1" /> | |
| 13 </Texture> | |
| 14 </Layer> | |
| 15 <Layer level="ARTWORK"> | |
| 16 <Texture name="$parentHealth" inherits="KTStatusBar" parentKey="healthbar"> | |
| 17 <Anchors> | |
| 18 <Anchor point="LEFT" /> | |
| 19 <Anchor point="TOP" /> | |
| 20 <Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-20" /> | |
| 21 | |
| 22 </Anchors> | |
| 23 <Color r="1" g="1" b="1" a="1" /> | |
| 24 </Texture> | |
| 25 <Texture name="$parentPower" inherits="KTStatusBar" parentKey="powerbar"> | |
| 26 <Anchors> | |
| 27 <Anchor point="LEFT" /> | |
| 28 <Anchor point="TOP" x="0" y="-20" /> | |
| 29 <Anchor point="BOTTOM" /> | |
| 30 | |
| 31 </Anchors> | |
| 32 <Color r="1" g="0" b=".5" a="1" /> | |
| 33 </Texture> | |
| 34 </Layer> | |
| 35 <Layer level="OVERLAY"> | |
| 36 | |
| 37 <FontString inherits="NumberFont_Outline_Large" parentKey="healthtext" text="HEALTH_TEXT"> | |
| 38 <Anchors> | |
| 39 <Anchor point="LEFT" relativeKey="$parent.healthbar" /> | |
| 40 </Anchors> | |
| 41 </FontString> | |
| 42 | |
| 43 <FontString inherits="NumberFont_Outline_Large" parentKey="powertext" text="POWER_TEXT"> | |
| 44 <Anchors> | |
| 45 <Anchor point="RIGHT" relativeKey="$parent.healthbar" /> | |
| 46 </Anchors> | |
| 47 </FontString> | |
| 48 </Layer> | |
| 49 </Layers> | |
| 50 </Frame> | |
| 51 | |
| 52 <Frame name="KTplayerFrame" inherits="KTUnitFrame"> | |
| 53 | |
| 54 <Anchors> | |
| 55 <Anchor point="BOTTOM" x="0" y="260" /> | |
| 56 </Anchors> | |
| 57 </Frame> | |
| 58 <Frame name="KTpetFrame" inherits="KTUnitFrame"> | |
| 59 | |
| 60 <Anchors> | |
| 61 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeTo="KTplayerFrame" x="-2" /> | |
| 62 </Anchors> | |
| 63 </Frame> | |
| 64 <Frame name="KTtargetFrame" inherits="KTUnitFrame"> | |
| 65 | |
| 66 | |
| 67 <Anchors> | |
| 68 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="4" y="0" relativeTo="KTplayerFrame" /> | |
| 69 </Anchors> | |
| 70 </Frame> | |
| 71 | |
| 72 <Frame name="KTfocusFrame" inherits="KTUnitFrame" /> | |
| 73 | |
| 74 </Ui> |
