Jump to content
  • 0

Hotbar numbers


reaksiyon

Question

2 answers to this question

Recommended Posts

  • 0

-Edit

Looks like you fixed it on your own :)

 

 

Go to  /resources/gui and open InGame.xml ( I use notepad++ )

 

CTRL + F <HotbarContainer1>

Spoiler

 <HotbarContainer1>
          <Bounds>48,10,34,34</Bounds>
          <Padding>0,0,0,0</Padding>
          <AlignmentEdgeDistances>0,0,0,0</AlignmentEdgeDistances>
          <Margin>0,0,0,0</Margin>
          <RenderColor>255,255,255,255</RenderColor>
          <Alignments />
          <DrawBackground>True</DrawBackground>
          <MinimumSize>1,1</MinimumSize>
          <MaximumSize>4096,4096</MaximumSize>
          <Disabled>False</Disabled>
          <Hidden>False</Hidden>
          <RestrictToParent>False</RestrictToParent>
          <MouseInputEnabled>True</MouseInputEnabled>
          <HideToolTip>False</HideToolTip>
          <Texture>hotbaritem.png</Texture>
          <TextureSourceRect>0,0,0,0</TextureSourceRect>
          <Children>
            <HotbarLabel1>
              <Bounds>25,19,4,15</Bounds>
              <Padding>0,0,0,0</Padding>
              <AlignmentEdgeDistances>0,0,0,0</AlignmentEdgeDistances>
              <Margin>0,0,0,0</Margin>
              <RenderColor>255,255,255,255</RenderColor>
              <Alignments />
              <DrawBackground>True</DrawBackground>
              <MinimumSize>1,1</MinimumSize>
              <MaximumSize>4096,4096</MaximumSize>
              <Disabled>False</Disabled>
              <Hidden>False</Hidden>
              <RestrictToParent>False</RestrictToParent>
              <MouseInputEnabled>False</MouseInputEnabled>
              <HideToolTip>False</HideToolTip>
              <TextColor>255,255,255,255</TextColor>
              <TextAlign>Left, Top</TextAlign>
              <TextPadding>0,0,0,0</TextPadding>
              <AutosizeToContents>True</AutosizeToContents>
              <Font>arial,10</Font>
              <TextScale>1</TextScale>
            </HotbarLabel1>

 

 

What we want to edit is under <HotbarLabel1>

Look at <Bounds>30,19,4,15</Bounds>

We need to change the bounds x coord back a little so instead of 30 im going to try 25. (ex : <Bounds>25,19,4,15</Bounds>)

In game now looks like this:

65b0723ecfc19719dae33c43fcc383ca.png

Link to comment
Share on other sites

×
×
  • Create New...