⚙ SHOCKY — Сегодня, в 21:49

СЫР?
а и
текст синим останется
или будет жёлтым
This commit is contained in:
DBotThePony 2023-01-29 21:51:24 +07:00
parent ff6de094c0
commit 1bedd960da
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -39,7 +39,7 @@ class HoloSignRenderer(private val context: BlockEntityRendererProvider.Context)
var y = -totalHeight / 2f
for (line in lines) {
font.drawAligned(poseStack = poseStack, buffer = sorse, text = line, align = TextAlign.TOP_CENTER, x = 0f, y = y, color = RGBAColor.BLUE.toInt())
font.drawAligned(poseStack = poseStack, buffer = sorse, text = line, align = TextAlign.TOP_CENTER, x = 0f, y = y, color = RGBAColor.YELLOW.toInt())
y += font.lineHeight + 2f
}