Use black text for buttons
This commit is contained in:
parent
0f0c4de85b
commit
f85ed7e605
|
@ -53,6 +53,6 @@ class ClickButton(
|
|||
defaultRectFunc()
|
||||
RenderSystem.enableTexture()
|
||||
RenderSystem.disableBlend()
|
||||
if (Title != null) Minecraft.getInstance().font.draw(poseStack, Title, x.toFloat() + 1, y.toFloat(), TransparentColor)
|
||||
if (Title != null) Minecraft.getInstance().font.draw(poseStack, Title, x.toFloat() + 1, y.toFloat(), 0x000000)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue