mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
world search ui integrated to world portal ui
This commit is contained in:
@@ -47,7 +47,7 @@ class UINewCharacter(val remoCon: UIRemoCon) : UICanvas() {
|
||||
private var uiLocked = false
|
||||
|
||||
init {
|
||||
goButton.touchDownListener = { _, _, _, _ ->
|
||||
goButton.clickOnceListener = { _,_ ->
|
||||
uiLocked = true
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ class UINewCharacter(val remoCon: UIRemoCon) : UICanvas() {
|
||||
}, "TerrarumBasegameNewCharcterSaveThread")
|
||||
savingThread.start()
|
||||
}
|
||||
backButton.touchDownListener = { _, _, _, _ ->
|
||||
backButton.clickOnceListener = { _,_ ->
|
||||
remoCon.openUI(UILoadDemoSavefiles(remoCon, 0))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user