Thread Tools Display Modes
Prev Previous Post   Next Post Next
01-27-05, 02:47 AM   #1
Leandred
A Deviate Faerie Dragon
Join Date: Jan 2005
Posts: 10
Backdrop Texture Question.

I can't really figure out how it works in WoW.

I have this background .tga file i want to use. Its 256x256 pixels.

I've made 2 diffrent windows that us same code:
Code:
<Backdrop bgFile="Interface\AddOns\PetWindow\Images\PeWBg_dark_rock.tga"  edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
	<BackgroundInsets>
      		<AbsInset left="4" right="4" top="4" bottom="4" /> 
	</BackgroundInsets>
	<TileSize>
        		<AbsValue val="16" /> 
	</TileSize>
	<EdgeSize>
        		<AbsValue val="16" /> 
	</EdgeSize>
</Backdrop>

But as you can see here the backdrop isnt the same. In Petwindow its more compact rastering.

Is there a way to make the windows use same scale? and not compress it depending on the window size in itself?

Ciao Leandred
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Backdrop Texture Question.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off