mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
sound cues for buttons
This commit is contained in:
@@ -41,6 +41,8 @@ class UIItemInventoryElemWide(
|
||||
var showItemCount: Boolean = true,
|
||||
) : UIItemInventoryCellBase(parentUI, initialX, initialY, item, amount, itemImage, quickslot, equippedSlot, keyDownFun, touchDownFun, wheelFun, extraInfo, highlightEquippedItem, colourTheme) {
|
||||
|
||||
override var suppressHaptic = false
|
||||
|
||||
companion object {
|
||||
val height = 48
|
||||
val UNIQUE_ITEM_HAS_NO_AMOUNT = -1L
|
||||
@@ -65,11 +67,6 @@ class UIItemInventoryElemWide(
|
||||
|
||||
private val durabilityBarOffY = 35
|
||||
|
||||
|
||||
|
||||
override fun update(delta: Float) {
|
||||
}
|
||||
|
||||
private var highlightToMainCol = false
|
||||
private var highlightToSubCol = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user