Thread: GUI's
View Single Post
05-26-05, 02:56 PM   #15
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
No, I hadn't figured this out yet, this is where you're starting to lose me big time. Why wouldn't I just say:

Code:
  <TextureInfo item="corners.tga">
    <Size>
      <CX>256</CX>
      <CY>256</CY>
    </Size>
  </TextureInfo>
  <Ui2DAnimation item="topleftcorner">
    <Frames>
      <Texture>corners.tga</Texture>
      <Location>
        <X>0</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>128</CX>
        <CY>128</CY>
      </Size>
     </Frames>
  </Ui2DAnimation>
That's the way I'm used to seeing it. It starts here, it's this long, it's this wide.

/edit Just read Gello's ... yup, definitely completely lost again now.

Last edited by Cairenn : 05-26-05 at 03:01 PM.
  Reply With Quote