Update default shadow align in Label
This commit is contained in:
parent
e169012d01
commit
6ab65c6c17
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user