mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
sound cues for buttons
This commit is contained in:
@@ -24,6 +24,7 @@ class UIItemToggleButton(
|
||||
private var status: Boolean = false,
|
||||
) : UIItem(parent, initialX, initialY) {
|
||||
|
||||
override var suppressHaptic = false
|
||||
|
||||
init {
|
||||
CommonResourcePool.addToLoadingList("gui_toggler_icons") {
|
||||
|
||||
Reference in New Issue
Block a user