hit q to close the storage chest gui

This commit is contained in:
minjaesong
2021-08-07 00:27:32 +09:00
parent f7ce911c9e
commit ce9b86d637
6 changed files with 19 additions and 13 deletions

View File

@@ -55,7 +55,10 @@ internal class FixtureStorageChest(nameFun: () -> String) : FixtureBase(
}
internal class UIStorageChest : UICanvas(), HasInventory {
internal class UIStorageChest : UICanvas(
toggleKeyLiteral = AppLoader.getConfigInt("config_keyinventory"),
toggleButtonLiteral = AppLoader.getConfigInt("config_gamepadstart"),
), HasInventory {
lateinit var chestInventory: FixtureInventory
lateinit var chestNameFun: () -> String