и почему крестика нет в экзопаке
This commit is contained in:
parent
0b06ea4739
commit
4e6b6d1681
@ -55,6 +55,9 @@ class ExoPackInventoryScreen(menu: ExoPackInventoryMenu) : MatteryScreen<ExoPack
|
||||
override fun makeMainFrame(): FramePanel<MatteryScreen<*>> {
|
||||
val frame = FramePanel(this, width = 200f, height = FRAME_BASE_HEIGHT + inventoryRows * AbstractSlotPanel.SIZE, title = this.title)
|
||||
|
||||
frame.makeCloseButton()
|
||||
frame.onClose { onClose() }
|
||||
|
||||
frame.makeHelpButton().addSlotFiltersHelp().tooltips.add(TranslatableComponent("otm.gui.help.slot_charging"))
|
||||
|
||||
val hotbarStrip = EditablePanel(this, frame, height = 18f)
|
||||
|
Loading…
Reference in New Issue
Block a user