sound cues for buttons

This commit is contained in:
minjaesong
2024-04-01 03:15:57 +09:00
parent f72ed0f706
commit 576e868996
23 changed files with 193 additions and 41 deletions

View File

@@ -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