storage chest compact mode buttons now work together

This commit is contained in:
minjaesong
2021-03-16 16:22:16 +09:00
parent 953e44c8d7
commit 5f7db4cf19
2 changed files with 21 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ class UIItemInventoryItemGrid(
posY - 2 + (4 + UIItemInventoryElem.height - catBar.catIcons.tileH) * index
/** Long/compact mode buttons */
private val gridModeButtons = Array<UIItemImageButton>(2) { index ->
internal val gridModeButtons = Array<UIItemImageButton>(2) { index ->
UIItemImageButton(
parentUI,
catBar.catIcons.get(index + 14, 0),