Better Icon

This commit is contained in:
kirillsaint 2023-09-14 17:20:49 +06:00
parent 0cf5fd52c1
commit d4abfa6642
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class HUDConfigScreen extends GuiScreen {
this.mod = null; this.mod = null;
ScaledResolution scaledresolution = new ScaledResolution(this.mc); ScaledResolution scaledresolution = new ScaledResolution(this.mc);
this.buttonList.add(new IconButton(0, scaledresolution.getScaledWidth() / 2 - 15, scaledresolution.getScaledHeight() - 80, 30, 30, 22, 22, new ResourceLocation("silentclient/icons/back.png"))); this.buttonList.add(new IconButton(0, scaledresolution.getScaledWidth() / 2 - 15, scaledresolution.getScaledHeight() - 80, 30, 30, 18, 18, new ResourceLocation("silentclient/icons/back.png")));
this.font = new CustomFontRenderer(); this.font = new CustomFontRenderer();
font.setRenderMode(RenderMode.CUSTOM); font.setRenderMode(RenderMode.CUSTOM);