mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
storage chest compact mode buttons now work together
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user