mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 22:56:06 +09:00
new world ui wip
This commit is contained in:
@@ -53,9 +53,9 @@ class UIItemTextLineInput(
|
||||
initialX: Int, initialY: Int,
|
||||
override val width: Int,
|
||||
var placeholder: () -> String = { "" },
|
||||
val maxLen: InputLenCap = InputLenCap(1000, InputLenCap.CharLenUnit.CODEPOINTS),
|
||||
val enablePasteButton: Boolean = true,
|
||||
val enableIMEButton: Boolean = false,
|
||||
val maxLen: InputLenCap = InputLenCap(1000, InputLenCap.CharLenUnit.CODEPOINTS)
|
||||
val enableIMEButton: Boolean = true
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user