From 6ab65c6c17fe5eabe607675ca5437c541b15ec35 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 4 Aug 2023 15:04:40 +0700 Subject: [PATCH] Update default shadow align in Label --- .../ru/dbotthepony/mc/otm/client/screen/panels/Label.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/Label.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/Label.kt index 68448cb6c..797f88dd3 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/Label.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/Label.kt @@ -20,8 +20,8 @@ open class Label @JvmOverloads constructor( ) : EditablePanel(screen, parent, x, y, width, height) { constructor(screen: S, parent: EditablePanel<*>?, text: Component, shadow: Boolean = false) : this(screen, parent, x = 0f, text = text, shadow = shadow) - var shadowX = 0.75f - var shadowY = 0.75f + var shadowX = 0.25f + var shadowY = 0.25f var shadowColor = RGBAColor.BLACK init {