mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
inventory ui itemgrid:removed inventoryfull dependency
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user