more haptic sounds

This commit is contained in:
minjaesong
2024-04-03 02:38:56 +09:00
parent 3e396c63ed
commit 728d609268
4 changed files with 10 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I
object UIItemAccessibilityUtil {
// TODO have multiple bop instances (num of copies equal to guiTracks), then play the track with its index according to getFreeGuiTrack()
fun playHapticCursorHovered() {
App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bop"), 0.25)
App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bap"), 0.25)
}
fun playHapticPushedDown() {
App.playGUIsoundHigh(CommonResourcePool.getAs("sound:haptic_bip"), 0.8)