Better looking checkmark and booleansetting stuffs

This commit is contained in:
ThisIsALegitUsername 2023-02-10 15:22:56 +00:00
parent 1f02840e22
commit 40a74ee84b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

View File

@ -191,7 +191,7 @@ public class ClickGUI extends GuiScreen {
this.x + 11,
height - fr.FONT_HEIGHT + 50 + var,
this.x + 19,
height - fr.FONT_HEIGHT + 50 + fr.FONT_HEIGHT + var-1) ? new Color(0, 0, 200).getRGB() : new Color(0, 0, 230).getRGB());
height - fr.FONT_HEIGHT + 50 + fr.FONT_HEIGHT + var-1) ? new Color(211, 211, 211, 65).getRGB() : new Color(105, 105, 105, 65).getRGB());
if(b.getValue()){
mc.getTextureManager().bindTexture(new ResourceLocation("eagler:gui/check.png"));