Thread: cut off numbers
View Single Post
Old 06-27-2014, 10:44 AM   #2
Drakah
Skinning Guru
 
Drakah's Avatar
 
Join Date: Jul 2002
Posts: 1,076
Interface Author - Click to view interfaces
Default

The size width of label item "IW_CurrentHP" you have as 35 and "IW_MaxHP" you have as 37, which is too short. It should be both 47 as per what the default has. The Mana and Edurance values too look identical too and should be 47 as well.

Know that once you change the values, you will need to compensate for the larger value. So in the case of IW_CurrentHP, changing the value from 35 to 47, made the value wider to the right so that also means to move the element (35 minus 47) 12 to the left, which makes the new location X to 313 instead of 325. The value may now be overlapping the Label "HP" though, so that would then need to move the left too.

As for the level/class, the "IW_Level" with a width of 30. That is quite wide for a max numbers of "100". I would make that 25. As for "IW_Class", you would want to move that over some to the right so it doesn't hit the "100" level name...maybe 318 instead of 316.

You may have to tweak the numbers and reload in game several times to get it the way you want to see your changes.

Hope this helps
__________________
Regards,

Drakah

shakahr.com
Remember...it is only a GAME
Drakah is offline   Reply With Quote