mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
a debug item
This commit is contained in:
@@ -44,7 +44,7 @@ class UIItemInventoryElemSimple(
|
||||
override var suppressHaptic = false
|
||||
|
||||
companion object {
|
||||
val height = UIItemInventoryElemWide.height
|
||||
const val height = UIItemInventoryElemWide.height
|
||||
}
|
||||
|
||||
override val width = Companion.height
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user