all crafting stations now use UICrafting

This commit is contained in:
minjaesong
2024-01-27 22:46:18 +09:00
parent 253ce1054f
commit 0af1e7004d
5 changed files with 10 additions and 41 deletions

View File

@@ -33,9 +33,6 @@ class UICrafting(val full: UIInventoryFull?) : UICanvas(
toggleButtonLiteral = if (full == null) "control_gamepad_start" else null
), HasInventory {
private val catBarx: UIItemCatBar?
get() = full?.catBar
override var width = App.scr.width
override var height = App.scr.height