View Single Post
05-26-18, 06:45 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
The background parentKey is in the xml file for the lua file you linked, just in case you missed it ..

Code:
  <Button name="CompactUnitFrameTemplate" frameStrata="LOW" inherits="SecureUnitButtonTemplate" virtual="true">
    <Layers>
      <Layer level="BACKGROUND">
        <Texture name="$parentBackground" parentKey="background" setAllPoints="true" ignoreParentAlpha="true"/>
      </Layer>
      <Layer level="BORDER" textureSubLevel="5">
        <Texture name="$parentMyHealPrediction" parentKey="myHealPrediction"/>
        <Texture name="$parentOtherHealPrediction" parentKey="otherHealPrediction"/>
        <Texture name="$parentTotalAbsorb" parentKey="totalAbsorb"/>
      </Layer>
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote