a debug item

This commit is contained in:
minjaesong
2025-02-01 14:53:14 +09:00
parent ff2a022394
commit b3b86b0965
9 changed files with 302 additions and 13 deletions

View File

@@ -43,10 +43,10 @@ class UIItemInventoryElemWide(
override var suppressHaptic = false
companion object {
val height = 48
val UNIQUE_ITEM_HAS_NO_AMOUNT = -1L
const val height = 48
const val UNIQUE_ITEM_HAS_NO_AMOUNT = -1L
val durabilityBarThickness = 3
const val durabilityBarThickness = 3
}
override val height = Companion.height