inventory ui itemgrid:removed inventoryfull dependency

This commit is contained in:
minjaesong
2021-03-12 10:38:53 +09:00
parent ae3bf663e0
commit bd89ca67fb
9 changed files with 123 additions and 106 deletions

View File

@@ -42,6 +42,15 @@ internal object UICraftingTable : UICanvas() {
handler.allowESCtoClose = true
}
/*private val itemList = UIItemInventoryDynamicList =
UIItemInventoryDynamicList(
full,
full.actor.inventory,
full.INVENTORY_CELLS_OFFSET_X,
full.INVENTORY_CELLS_OFFSET_Y,
full.CELLS_HOR, full.CELLS_VRT
)*/
override fun updateUI(delta: Float) {
}