mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
world code placeholder to match the code struct
This commit is contained in:
@@ -107,7 +107,7 @@ class UINewWorld(val remoCon: UIRemoCon) : UICanvas() {
|
||||
|
||||
private val codeInput = UIItemTextLineInput(this,
|
||||
inputX, drawY + sizeSelY, inputWidth,
|
||||
{ "AAAA BB CCCCC DDDDD EEEEE FFFFF" }, InputLenCap(31, InputLenCap.CharLenUnit.CODEPOINTS)).also {
|
||||
{ "AAAAA BBBBB CCCCC DDDDD EEEEE" }, InputLenCap(31, InputLenCap.CharLenUnit.CODEPOINTS)).also {
|
||||
|
||||
// reset importReturnCode if the text input has changed
|
||||
it.onKeyDown = { _ ->
|
||||
|
||||
@@ -299,7 +299,7 @@ class UIWorldPortalListing(val full: UIWorldPortal) : UICanvas() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private var threadFired = false
|
||||
|
||||
override fun show() {
|
||||
|
||||
@@ -40,7 +40,7 @@ class UIWorldPortalUseInvitation(val full: UIWorldPortal) : UICanvas() {
|
||||
|
||||
private val codeInput = UIItemTextLineInput(this,
|
||||
drawX + width - inputWidth + 5, drawY + sizeSelY, inputWidth,
|
||||
{ "AAAA BB CCCCC DDDDD EEEEE FFFFF" }, InputLenCap(31, InputLenCap.CharLenUnit.CODEPOINTS)
|
||||
{ "AAAAA BBBBB CCCCC DDDDD EEEEE" }, InputLenCap(31, InputLenCap.CharLenUnit.CODEPOINTS)
|
||||
).also {
|
||||
// reset importReturnCode if the text input has changed
|
||||
it.onKeyDown = { _ ->
|
||||
|
||||
Reference in New Issue
Block a user