mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
bringing back old animating titlescreen
This commit is contained in:
@@ -25,6 +25,7 @@ class UITitleLanguage : UICanvas() {
|
||||
|
||||
private val localeList = Lang.languageList.toList().sorted()
|
||||
private val textArea = UIItemTextButtonList(this,
|
||||
24,
|
||||
localeList.map { Lang.langpack["MENU_LANGUAGE_THIS_$it"] ?: "!ERR: $it" }.toTypedArray(),
|
||||
AppLoader.screenSize.screenW - width, textAreaHMargin,
|
||||
width, height,
|
||||
|
||||
Reference in New Issue
Block a user