mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
writeworldinfo tested to be working
This commit is contained in:
@@ -27,11 +27,11 @@ class UITitleCharactersList : UICanvas() {
|
||||
override var height = Terrarum.HEIGHT - moduleAreaHMargin * 2
|
||||
|
||||
private val moduleInfoCells = ArrayList<UIItemSavegameInfoCell>()
|
||||
// build module list
|
||||
// build characters list
|
||||
init {
|
||||
SavegameLedger.getSavefileList()?.forEachIndexed { index, file ->
|
||||
|
||||
}
|
||||
//SavegameLedger.getSavefileList()?.forEachIndexed { index, file ->
|
||||
//
|
||||
//}
|
||||
}
|
||||
|
||||
private val mouduleArea = UIItemList<UIItemSavegameInfoCell>(
|
||||
|
||||
Reference in New Issue
Block a user