Jump to content
  • 0

Text Positioning?


TheSandersLad

Question

1 answer to this question

Recommended Posts

  • 1

About the second image, it's not your font who made that. The default position i just bad. to change it: InGame.xml ->  (CTRL + F) <HotbarWindow>  ->   <HotbarContainer0>  ->  <HotbarLabel0>

 

Search for the line: <Bounds>27,19,7,15</Bounds> and just change 27 to any value lower than 27 it will move the text to the left. Do the same thing with the other HotbarContainer (1, 2, 3...)

 

Search <ChatboxSendButton> then <TextPadding> put any bigger value to the second "3" it will move the text to the bottom

 

Search <ChatChannelCombobox> then <TextPadding>3,3,3,3</TextPadding> put any bigger value to the second "3" it will move the text to the bottom.

 

Search <ChatboxInputField>  then <TextPadding>4,2,4,2</TextPadding> put any bigger value to the first "2" it will move the text to the bottom.

 

GUI is pretty much the same thing every time. Now you should be able to change almost everything of the GUI. Maybe i should fix the default gui and upload it cause it have many bugs :7_sweat_smile:

Link to comment
Share on other sites

×
×
  • Create New...