Update default shadow align in Label

This commit is contained in:
DBotThePony 2023-08-04 15:04:40 +07:00
parent e169012d01
commit 6ab65c6c17
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -20,8 +20,8 @@ open class Label<out S : Screen> @JvmOverloads constructor(
) : EditablePanel<S>(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 {