mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
sound cues for buttons
This commit is contained in:
@@ -51,6 +51,8 @@ open class UIItemImageButton(
|
||||
val imageDrawHeight: Int = image.regionHeight,
|
||||
) : UIItem(parent, initialX, initialY) {
|
||||
|
||||
override var suppressHaptic = false
|
||||
|
||||
var highlighted = false
|
||||
var extraDrawOp: (UIItem, SpriteBatch) -> Unit = { _,_ -> }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user