more btex styling

This commit is contained in:
minjaesong
2024-04-26 03:30:59 +09:00
parent 6de340bde6
commit bb10c55739
8 changed files with 22 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ class UICrafting(val full: UIInventoryFull?) : UICanvas(
UIInventoryFull.drawBackground(batch, opacity)
}
uiItems.forEach { it.render(frameDelta, batch, camera) }
// uiItems.forEach { it.render(frameDelta, batch, camera) }
}
override fun dispose() {