mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
all crafting stations now use UICrafting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user