Thread: TGA file format
View Single Post
08-30-06, 01:02 AM   #5
eekamouse
A Murloc Raider
Join Date: Aug 2006
Posts: 6
The image itself is 215 wide by 300 high.

But the texture "Frame" is different... 133x179... as you can see below.

Code:
      <Frame name="$parentTexture1">
        <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />-->
        <Size>
          <AbsDimension x="133" y="179" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="87" y="-158" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <Texture name="$parentTexture" setAllPoints="true" file="interface\AddOns\WoWTCG\images\HOA-018" alphaMode="ADD">
              <TexCoords left="0" right="1" top="0" bottom="1" />
            </Texture>
          </Layer>
        </Layers>
      </Frame>
  Reply With Quote