reaksiyon Posted September 14, 2018 Share Posted September 14, 2018 How can i fix this 2 number in hotbar Link to comment Share on other sites More sharing options...
0 OniSensei Posted September 14, 2018 Share Posted September 14, 2018 -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: Link to comment Share on other sites More sharing options...
0 reaksiyon Posted September 14, 2018 Author Share Posted September 14, 2018 I Found. <HotbarLabelx> Â Â Â Â Â Â Â <Bounds>26,19,7,15</Bounds> Â ty Link to comment Share on other sites More sharing options...
Question
reaksiyon
How can i fix this
2 number in hotbar
Link to comment
Share on other sites
2 answers to this question
Recommended Posts