View Single Post
  #2  
Unread 03-31-2008, 02:07 PM
felgrath felgrath is offline
The Undying
 
Join Date: Feb 2008
Posts: 22
For the focus bar, there are a couple changes you need to make. I am assuming that you already have the graphics done for your focus meter.

"<Element ID="GamePlay_AimPipDisplay" X="0" Y="0" Width="1" Height="1"></Element>"

First of all you need to make the Width="1" Height="1", to be the width and height of your specific drawing.

After that, you just need to set the X="0" Y="0" to wherever you want on the screen.

Hope this helps.
Reply With Quote