mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
sound cues for buttons
This commit is contained in:
@@ -496,6 +496,8 @@ class UIItemPlayerCells(
|
||||
val playerUUID: UUID,
|
||||
) : UIItem(parent, initialX, initialY) {
|
||||
|
||||
override var suppressHaptic = false
|
||||
|
||||
override val width = SAVE_CELL_WIDTH
|
||||
override val height = SAVE_CELL_HEIGHT
|
||||
|
||||
@@ -766,6 +768,7 @@ class UIItemWorldCells(
|
||||
initialY: Int,
|
||||
val skimmer: DiskSkimmer) : UIItem(parent, initialX, initialY) {
|
||||
|
||||
override var suppressHaptic = false
|
||||
|
||||
private val metaFile: EntryFile?
|
||||
private val saveName: String
|
||||
|
||||
Reference in New Issue
Block a user