View Single Post
  #2  
Unread 06-22-2007, 05:12 PM
Brode's Avatar
Brode Brode is offline
The Undying
 
Join Date: Apr 2007
Posts: 47
Quote:
Originally Posted by AncientWolf
Anyone else had difficulty getting a background image to dispaly in the new method?

I'd assume: (Like normal)

Code:

<?xml version="1.0" encoding="UTF-8"?>
<opt>
<SkinName Name="Fenir_Wood_Test"></SkinName>

<!-- Bottom Bar Development -->

<Mapping ArtAssetID="LetterBoxBottom" FileName="invisible.tga"></Mapping>

****Snip****

Does this (in red) have bearing on the size?

<PanelFile ID="toolbar">
<Element ID="ToolbarField" X="100" Y="400" Width="450" Height="145" Detach="1">
<Element ID="ToolbarFieldMain" X="0" Y="0" Width="1" Height="1"></Element>

Ive tried say making a 450 X 145 tga image and cant ge tit to show up...
(replacing invisible.tga with say myletterbox.tga)

Eh?

On a side note, positioning the exp bar woes are all gone...
Yep
<Mapping ArtAssetID="LetterBoxBottom" FileName="invisible.tga"></Mapping> to
<Mapping ArtAssetID="LetterBoxBottom" FileName="myletterbox.tga"></Mapping>

<Element ID="ToolbarFieldMain" X="0" Y="0" Width="450" Height="145"></Element>

Last edited by Brode : 06-22-2007 at 05:15 PM.
Reply With Quote