View Single Post
  #10  
Unread 06-03-2010, 04:49 PM
Deewe Deewe is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Posts: 104
Quote:
Originally Posted by Ray
Daimon says you cannot skin the XP bar, but you can move the XP bar.
You can skin the outside of the XP bar editing the letterbox_bottom pic

Here's the entry:
Code:
<Mapping ArtAssetID="letterbox_bottom" FileName="..\Graphics\letterbox_bottom.tga"></Mapping>
You can also resize it and move it where you want to. The only thing is if you want to move it far away from the bottom of the screen you have to set the screen width and height up to the screen resolution size. Like I do for my UI:
Code:
<Element ID="ToolbarField" X="0" Y="0" Width="1024" Height="768" Detach="1">
Reply With Quote