Thread: TGA file format
View Single Post
08-30-06, 12:49 AM   #3
eekamouse
A Murloc Raider
Join Date: Aug 2006
Posts: 6
The green box is gone. It must have not been finding it. Now it just shows nothing.

Here is the code for the texture...

Code:
       
        <Layers>
          <Layer>
            <Texture name="$parentTexture" setAllPoints="true" file="interface\AddOns\WoWTCG\images\HOA-018">
              <TexCoords left="0" right="1" top="0" bottom="1" />
            </Texture>
          </Layer>
        </Layers>
I have also tried adding alphaMode="ADD" to the Texture, but to no affect. In Photoshop, I also tried selecting the Alpha 1 channel before saving and then checking "Save As Alpha Channels".



I must doing something wrong
  Reply With Quote